talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 1d869178f004f51c5234679de4fde18d7c89dfe5
parent 4c5751d2feefee2290050568a1e3fd1e05afe8f6
Author: Paul <paul@claws-mail.org>
Date:   Tue, 29 Apr 2025 18:02:43 +0100

fix bug 4846, 'Preferences-> Toolbars: always show icon preview on button'

patch by  Pawel Pekala

Diffstat:
Msrc/prefs_toolbar.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c @@ -1414,6 +1414,7 @@ static gboolean set_list_selected(GtkTreeSelection *selector, prefs_toolbar->item_icon_file = icon_file; gtk_button_set_image(GTK_BUTTON(prefs_toolbar->icon_button), gtk_image_new_from_pixbuf(pix)); + gtk_button_set_always_show_image(GTK_BUTTON(prefs_toolbar->icon_button), TRUE); if (g_utf8_collate(toolbar_ret_descr_from_val(A_SEPARATOR), descr) == 0) { gtk_button_set_label(GTK_BUTTON(prefs_toolbar->icon_button),