aboutsummaryrefslogtreecommitdiff
path: root/src/query_search.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-07 06:38:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-07 06:38:49 +0000
commitaeaa6a865751f617c0b5f201016857f61e115252 (patch)
tree7c1619e001eb5f4eb81f152a854aa7dba7e3d478 /src/query_search.c
parent57d3cf597bc3161b682906beac134d80f6f9b8d7 (diff)
fixed saved search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1532 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/query_search.c')
-rw-r--r--src/query_search.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/query_search.c b/src/query_search.c
index 8114c32d..75198d6a 100644
--- a/src/query_search.c
+++ b/src/query_search.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -149,9 +149,9 @@ static gboolean row_selected (GtkTreeSelection *selection,
gboolean cur_selected,
gpointer data);
-static void query_search_clear (GtkButton *button,
+static void query_search_clear (GtkButton *button,
gpointer data);
-static void query_select_folder (GtkButton *button,
+static void query_select_folder (GtkButton *button,
gpointer data);
static void query_search_clicked (GtkButton *button,
gpointer data);