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