From 89640c044090c0b5b8dc757efdc91bc0a03a41ad Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sun, 18 Aug 2002 08:03:54 +0000 Subject: [PATCH] fix bug where 'Cancel' button creates icon and text toolbar regardless of prefs --- src/prefs_toolbar.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1