From 9f4a64cce3f7515dd4522be55c80394eaa761938 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 27 Dec 2005 07:32:36 +0000 Subject: 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 --- src/summary_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3