diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
commit | a00b972e5a9e3e7131fbf38538d42ecfeca8740c (patch) | |
tree | 5064d92515442e1efe5fcb7e28c7891e09c588eb /widgets/misc/e-search-bar.h | |
parent | 9f6f6f39aabb789354cf437cf9d8e2f1f470efe3 (diff) | |
download | gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.gz gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.zst gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.zip |
Committed Johnny's string changes for search
svn path=/trunk/; revision=32474
Diffstat (limited to 'widgets/misc/e-search-bar.h')
-rw-r--r-- | widgets/misc/e-search-bar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-search-bar.h b/widgets/misc/e-search-bar.h index b49cc7ecfb..3cb8af0d96 100644 --- a/widgets/misc/e-search-bar.h +++ b/widgets/misc/e-search-bar.h @@ -21,6 +21,7 @@ #define __E_SEARCH_BAR_H__ #include <gtk/gtkhbox.h> +#include <gtk/gtktooltips.h> #include <bonobo/bonobo-ui-component.h> @@ -94,7 +95,7 @@ struct _ESearchBar GtkWidget *scopeoption_menu; guint pending_activate; - + GtkTooltips *tooltips; /* The currently-selected item & subitem */ int item_id; int viewitem_id; /* Current View Id */ |