aboutsummaryrefslogtreecommitdiff
path: root/src/quick_search.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-09 08:48:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-09 08:48:45 +0000
commite5fa74536cf3c1608c282b6bc2cd5c1e5875cbd5 (patch)
tree09191743f93677f4c6830cf40c46faeff585b0de /src/quick_search.h
parent6995d372866f04fcb5c4d41da45690c42687f7ac (diff)
added status label to display number of matched messages in quick search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2379 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/quick_search.h')
-rw-r--r--src/quick_search.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick_search.h b/src/quick_search.h
index a7db491c..ee59f02d 100644
--- a/src/quick_search.h
+++ b/src/quick_search.h
@@ -46,6 +46,7 @@ struct _QuickSearch
GtkWidget *label;
GtkWidget *entry;
GtkWidget *clear_btn;
+ GtkWidget *status_label;
SummaryView *summaryview;
};