[Commits] [SCM] claws branch, master, updated. 3.18.0-360-geedadf13d
mones at claws-mail.org
mones at claws-mail.org
Sat Apr 2 12:07:48 UTC 2022
The branch, master has been updated
via eedadf13db6c785eb63ff570698f14d1a5cba969 (commit)
from 0e3756e5546e890ae6b8b01c85749404736f5d8c (commit)
Summary of changes:
src/uri_opener.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit eedadf13db6c785eb63ff570698f14d1a5cba969
Author: Ricardo Mones <ricardo at mones.org>
Date: Sat Apr 2 14:07:36 2022 +0200
Remove conversion into unused variable
diff --git a/src/uri_opener.c b/src/uri_opener.c
index b4808fd5a..ca129a792 100644
--- a/src/uri_opener.c
+++ b/src/uri_opener.c
@@ -304,11 +304,9 @@ static void uri_opener_list_view_insert_uri(GtkWidget *list_view,
phishing_attempt = TRUE;
}
if (phishing_attempt) {
- GdkColor color;
gchar buf[8];
g_snprintf(buf, sizeof buf, "#%6.6lx", prefs_common.color[COL_LOG_ERROR]);
- gtkut_convert_int_to_gdk_color(prefs_common.color[COL_LOG_ERROR], &color);
label = g_markup_printf_escaped("<span color=\"%s\"><b>%s</b></span>\n%s",
buf, visible, uri->uri);
} else
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list