aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-15 06:23:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-15 06:23:37 +0000
commitfbea69ffd6461e314b2a23240838ff43c7b22396 (patch)
treee4b29f046db03372fb7afe5ae2e7e8969449b294 /src
parentc9dc995d198c082dac58367aa1524e20fae86ba0 (diff)
fixed statusbar problem on displaying IMAP4 messages from query search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2477 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/query_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/query_search.c b/src/query_search.c
index 5261b49e..d541f9c7 100644
--- a/src/query_search.c
+++ b/src/query_search.c
@@ -852,6 +852,7 @@ static void row_activated(GtkTreeView *treeview, GtkTreePath *path,
msginfo)) {
msgview = messageview_create_with_new_window();
messageview_show(msgview, msginfo, FALSE);
+ statusbar_pop_all();
}
}