X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_toolbar.c;h=48480987e44badac8d25b35fd630cbe1022e4956;hp=0d0cbc39a32af2f8122bdc608edd32c83f14f843;hb=356fa40ffbeb11e617e0d9812793a696adf78e97;hpb=ef2a55a4496bb4505b2f3aadf9cdedd4cb5bec80 diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c index 0d0cbc39a..48480987e 100644 --- a/src/prefs_toolbar.c +++ b/src/prefs_toolbar.c @@ -300,6 +300,7 @@ static void prefs_toolbar_save(void) } toolbar_save_config_file(); toolbar_update(); + main_window_reflect_prefs_all_real(TRUE); } static void prefs_toolbar_ok(void) @@ -310,6 +311,8 @@ static void prefs_toolbar_ok(void) static void prefs_toolbar_cancel(void) { + toolbar_update(); + main_window_reflect_prefs_all_real(TRUE); prefs_toolbar_close(); }