aboutsummaryrefslogtreecommitdiff
path: root/src/summary_search.c
diff options
context:
space:
mode:
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);