You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hardinfo/SOURCES/0004-Drop-Vendor.patch

26 lines
838 B

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