diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-14 08:30:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-14 08:30:08 +0800 |
commit | ccd8e3964f548798eb05a430b3ea81b2760069cc (patch) | |
tree | 384bc6d1922e4b3ecf98d698fcd921dceeeeef8a /widgets | |
parent | 4f60c57f314db049153feeb2a8b28cfeaf4fa81a (diff) | |
download | gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.gz gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.tar.zst gsoc2013-evolution-ccd8e3964f548798eb05a430b3ea81b2760069cc.zip |
Get mail search bar partially working without help from EFilterBar.
Search scope (current folder, current account, etc.) is still ignored.
svn path=/branches/kill-bonobo/; revision=37263
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-search-bar.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/widgets/misc/e-search-bar.h b/widgets/misc/e-search-bar.h index dd51edd698..333cbabc82 100644 --- a/widgets/misc/e-search-bar.h +++ b/widgets/misc/e-search-bar.h @@ -54,14 +54,12 @@ typedef struct _ESearchBar ESearchBar; typedef struct _ESearchBarClass ESearchBarClass; typedef struct _ESearchBarPrivate ESearchBarPrivate; -struct _ESearchBar -{ +struct _ESearchBar { GtkHBox parent; ESearchBarPrivate *priv; }; -struct _ESearchBarClass -{ +struct _ESearchBarClass { GtkHBoxClass parent_class; }; |