aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-27 07:32:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-27 07:32:36 +0000
commit9f4a64cce3f7515dd4522be55c80394eaa761938 (patch)
tree1fd2421bfffc692bf507af6d8c134fefab7fd640 /src
parentc949a532de4138d9bd205f35cb16e0a309512f5d (diff)
cache search result to speed up on and after the second search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@869 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/summary_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summary_search.c b/src/summary_search.c
index f067e07c..670a1b29 100644
--- a/src/summary_search.c
+++ b/src/summary_search.c
@@ -175,7 +175,7 @@ void summary_search(FolderItem *item)
if (!search_window.window)
summary_search_create();
else
- gtk_window_present(search_window.window);
+ gtk_window_present(GTK_WINDOW(search_window.window));
if (item && item->stype != F_VIRTUAL) {
id = folder_item_get_identifier(item);