aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 08:26:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 08:26:34 +0000
commit4b1154a6153fc92bea7ee5bb1eee121d6f0e4a4a (patch)
treeac20b777359d78fdfb1b0bb17450dd939dc39a61 /src/prefs_common_dialog.c
parent9559d8397d9c0ce7105430c4982f58993c35ee4e (diff)
Fixed window focus after closing quote colors dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@758 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index c0b44fe6..e2d1ba1c 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2738,6 +2738,7 @@ void prefs_quote_colors_dialog(void)
gtk_main();
gtk_widget_hide(quote_color_win);
+ gtk_window_present(GTK_WINDOW(dialog.window));
main_window_reflect_prefs_all();
}