aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-27 06:03:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-27 06:03:52 +0000
commit3421560291575cc9a94a7464712be4e69d1631ec (patch)
treee5e22bb24f4c500da0d6f1dde269ae9f8ecb3d77 /src/mainwindow.c
parent3dcd0bb8512052ff540858ffc728964900c6c473 (diff)
renamed summary_search to query_search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@934 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 632355de..90f9a3b7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -50,7 +50,7 @@
#include "folderview.h"
#include "foldersel.h"
#include "summaryview.h"
-#include "summary_search.h"
+#include "query_search.h"
#include "messageview.h"
#include "mimeview.h"
#include "message_search.h"
@@ -2908,7 +2908,7 @@ static void search_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
if (item && item->stype == F_VIRTUAL)
prefs_search_folder_open(item);
else
- summary_search(item);
+ query_search(item);
} else
message_search(mainwin->messageview);
}