aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 08:14:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 08:14:29 +0000
commitdd4cc5ad59b75269648e083aebce4a13522f8f2c (patch)
tree2870fee416424473e1704dd776d9914eb54e7dc1 /src/mainwindow.c
parentd55459c79d6ddfa0b006c5696d408a7e388cf8c8 (diff)
removed SummaryView* from the argument of summary_search(). Preset folder when saving as search folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@837 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index d7f90d19..60e6fa3c 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2762,7 +2762,7 @@ static void search_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
FolderItem *item;
item = folderview_get_selected_item(mainwin->folderview);
- summary_search(mainwin->summaryview, item);
+ summary_search(item);
} else
message_search(mainwin->messageview);
}