[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-432-g4ed0ccbdc
paul at claws-mail.org
paul at claws-mail.org
Mon Mar 21 11:34:34 CET 2022
The branch, gtk3 has been updated
via 4ed0ccbdc08cee84aaeff102b6d6eaed29346b53 (commit)
from 88d5cca731f4067e90f928bb591f94fd4ea723ff (commit)
Summary of changes:
src/prefs_themes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4ed0ccbdc08cee84aaeff102b6d6eaed29346b53
Author: paul <paul at claws-mail.org>
Date: Mon Mar 21 10:34:31 2022 +0000
remove inappropriate icon from button
diff --git a/src/prefs_themes.c b/src/prefs_themes.c
index 5bc56ebf9..5e0147ec8 100644
--- a/src/prefs_themes.c
+++ b/src/prefs_themes.c
@@ -1202,7 +1202,7 @@ static void prefs_themes_create_widget(PrefsPage *page, GtkWindow *window, gpoin
gtk_container_add (GTK_CONTAINER (hbuttonbox1), btn_remove);
gtk_widget_set_can_default (btn_remove, TRUE);
- btn_viewall = gtkut_stock_button("view-fullscreen", _("View all"));
+ btn_viewall = gtk_button_new_with_label(_("View all"));
gtk_widget_show (btn_viewall);
gtk_box_pack_start (GTK_BOX (hbuttonbox1), btn_viewall, FALSE, FALSE, 5);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list