aboutsummaryrefslogtreecommitdiff
path: root/src/summary_search.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 07:08:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 07:08:21 +0000
commitd50acf718384a073e2171e30d0add85eba368d88 (patch)
tree8b714ba276f2f3fe73a1fcfdd3150ee068861dd8 /src/summary_search.c
parentd80a3b56dd4f6cf9a16510402b9122a75116b90c (diff)
modified window handling.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@853 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summary_search.c')
-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 be16a2ce..f067e07c 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_widget_hide(search_window.window);
+ gtk_window_present(search_window.window);
if (item && item->stype != F_VIRTUAL) {
id = folder_item_get_identifier(item);