re-order prefs_toolbar_cancel()

This commit is contained in:
Paul Mangan 2002-08-19 06:07:28 +00:00
parent 5953fa0672
commit 356fa40ffb

View file

@ -311,9 +311,9 @@ static void prefs_toolbar_ok(void)
static void prefs_toolbar_cancel(void)
{
prefs_toolbar_close();
toolbar_update();
main_window_reflect_prefs_all_real(TRUE);
prefs_toolbar_close();
}
static void get_action_name(gchar *entry, gchar **menu)