aboutsummaryrefslogtreecommitdiff
path: root/src/quick_search.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-16 01:52:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-16 01:52:15 +0000
commit251bd29db5506d1f3fa5ec5a0720912cfd44abf4 (patch)
treedf8f5d8d903c9df07a1343f09f8f76ee441f6b9e /src/quick_search.h
parent3b4ba972e0c6108f2464784b39eeaaf828004f4f (diff)
show description when the quick search entry doesn't have focus.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2390 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/quick_search.h')
-rw-r--r--src/quick_search.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick_search.h b/src/quick_search.h
index ee59f02d..52516499 100644
--- a/src/quick_search.h
+++ b/src/quick_search.h
@@ -49,6 +49,8 @@ struct _QuickSearch
GtkWidget *status_label;
SummaryView *summaryview;
+
+ gboolean entry_entered;
};
QuickSearch *quick_search_create(SummaryView *summaryview);