parent
795cd4d967
commit
1442e1c017
@ -0,0 +1,25 @@
|
||||
From 935cfd7b5ab1d2ca3914a3a86f88736b37f5d93c Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Fri, 27 Oct 2023 22:25:36 +0300
|
||||
Subject: [PATCH 4/4] Drop Vendor
|
||||
|
||||
---
|
||||
shell/shell.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/shell/shell.c b/shell/shell.c
|
||||
index 0993f8f..c58307b 100644
|
||||
--- a/shell/shell.c
|
||||
+++ b/shell/shell.c
|
||||
@@ -1550,7 +1550,7 @@ static gchar *vendor_info_markup(const Vendor *v) {
|
||||
tag_vendor(&ven_tag, 0, ven_tag, v->ansi_color, FMT_OPT_PANGO);
|
||||
//if (v->name_short)
|
||||
// ven_mt = appf(ven_mt, "\n", "%s", v->name);
|
||||
- ven_mt = appf(ven_mt, "\n", "%s", ven_tag);
|
||||
+ //ven_mt = appf(ven_mt, "\n", "%s", ven_tag);
|
||||
if (v->url) {
|
||||
if (!g_str_has_prefix(v->url, "http") )
|
||||
full_link = g_strdup_printf("http://%s", v->url);
|
||||
--
|
||||
2.41.0
|
||||
|
Loading…
Reference in new issue