diff options
Diffstat (limited to 'src/prefs_summary_column.c')
-rw-r--r-- | src/prefs_summary_column.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_summary_column.c b/src/prefs_summary_column.c index 334db41f..46ae20c8 100644 --- a/src/prefs_summary_column.c +++ b/src/prefs_summary_column.c @@ -133,6 +133,7 @@ void prefs_summary_column_open(void) gtk_main_iteration(); gtk_widget_hide(summary_col.window); + main_window_popup(main_window_get()); inc_unlock(); } |