From: Paul Mangan Date: Sun, 18 Aug 2002 08:03:54 +0000 (+0000) Subject: fix bug where 'Cancel' button creates icon and text toolbar regardless of prefs X-Git-Tag: before_folder_color~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=89640c044090c0b5b8dc757efdc91bc0a03a41ad fix bug where 'Cancel' button creates icon and text toolbar regardless of prefs --- diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c index 0a97c42e5..2dbc8b41f 100644 --- a/src/prefs_toolbar.c +++ b/src/prefs_toolbar.c @@ -313,6 +313,7 @@ static void prefs_toolbar_cancel(void) { prefs_toolbar_close(); toolbar_update(); + main_window_reflect_prefs_all_real(TRUE); } static void get_action_name(gchar *entry, gchar **menu)