aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_filter.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-18 07:12:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-18 07:12:37 +0000
commitf79ddd067debd766568be98d7fdd626bb306801c (patch)
tree91ad16fa5864655b15b920f3043a0ad52d050672 /src/prefs_filter.c
parent2c9286bac8379895e8d6f8f495d254d433e164da (diff)
prefs_filter_open(): correct focus when msginfo is specified.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@660 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_filter.c')
-rw-r--r--src/prefs_filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_filter.c b/src/prefs_filter.c
index 66a35778..e8b8b3f3 100644
--- a/src/prefs_filter.c
+++ b/src/prefs_filter.c
@@ -145,6 +145,7 @@ void prefs_filter_open(MsgInfo *msginfo, const gchar *header)
prefs_filter_set_dialog();
gtk_widget_show(rule_list_window.window);
+ manage_window_focus_in(rule_list_window.window, NULL, NULL);
if (msginfo) {
FilterRule *rule;