aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_actions.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-01 10:47:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-01 10:47:26 +0000
commit4052292f3853f71560da7c18df9bb8292cfb27c9 (patch)
tree2ed7caac80a4bc17baa7e11f875d0f9310d17702 /src/prefs_actions.c
parente2c282962d73d21414e6358aec97dc308199c3c8 (diff)
fixed focus problem in win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@703 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_actions.c')
-rw-r--r--src/prefs_actions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index 6f994c9d..af33d40e 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -655,6 +655,7 @@ static void prefs_actions_cancel(GtkWidget *w, gpointer data)
{
prefs_actions_read_config();
gtk_widget_hide(actions.window);
+ main_window_popup(main_window_get());
inc_unlock();
}
@@ -667,6 +668,7 @@ static void prefs_actions_ok(GtkWidget *widget, gpointer data)
ifactory = gtk_item_factory_from_widget(mainwin->menubar);
action_update_mainwin_menu(ifactory, mainwin);
gtk_widget_hide(actions.window);
+ main_window_popup(main_window_get());
inc_unlock();
}