aboutsummaryrefslogtreecommitdiff
path: root/src/account_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-09 08:55:03 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-09 08:55:03 +0000
commitf77547af4fded2ba2dc6189978c14b5cc5a012de (patch)
tree8ac5cb0ee9ab4691fc3de6bd111f06005e98cb0a /src/account_dialog.c
parent6d37549cb31c4b58481ab4b6385232e21d3f481c (diff)
win32: fixed window focus problem on account dialog and filter dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@730 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/account_dialog.c')
-rw-r--r--src/account_dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/account_dialog.c b/src/account_dialog.c
index 04d9cf8c..910e35c1 100644
--- a/src/account_dialog.c
+++ b/src/account_dialog.c
@@ -159,6 +159,7 @@ void account_add(void)
PrefsAccount *ac_prefs;
ac_prefs = prefs_account_open(NULL);
+ gtk_window_present(GTK_WINDOW(edit_account.window));
if (!ac_prefs) return;
@@ -206,6 +207,7 @@ void account_open(PrefsAccount *ac_prefs)
return);
prefs_account_open(ac_prefs);
+ gtk_window_present(GTK_WINDOW(edit_account.window));
if (!prev_default && ac_prefs->is_default)
account_set_as_default(ac_prefs);