re-order prefs_toolbar_cancel()
[claws.git] / src / prefs_toolbar.c
index 0d0cbc39a32af2f8122bdc608edd32c83f14f843..48480987e44badac8d25b35fd630cbe1022e4956 100644 (file)
@@ -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();
 }