aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index eedae1d3..12ffccd0 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -3522,6 +3522,7 @@ static void prefs_common_ok(void)
if (quote_desc_win && GTK_WIDGET_VISIBLE(quote_desc_win))
gtk_widget_hide(quote_desc_win);
+ main_window_popup(main_window_get());
inc_unlock();
}
@@ -3541,5 +3542,6 @@ static void prefs_common_apply(void)
static void prefs_common_cancel(void)
{
gtk_widget_hide(dialog.window);
+ main_window_popup(main_window_get());
inc_unlock();
}