From 4052292f3853f71560da7c18df9bb8292cfb27c9 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 1 Nov 2005 10:47:26 +0000 Subject: fixed focus problem in win32. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@703 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_common_dialog.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prefs_common_dialog.c') 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(); } -- cgit v1.2.3