aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-searchbar.h')
-rw-r--r--shell/e-shell-searchbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-searchbar.h b/shell/e-shell-searchbar.h
index a9e73c9f02..6c68e72d80 100644
--- a/shell/e-shell-searchbar.h
+++ b/shell/e-shell-searchbar.h
@@ -58,12 +58,12 @@ typedef struct _EShellSearchbarPrivate EShellSearchbarPrivate;
* functions below.
**/
struct _EShellSearchbar {
- GtkBox parent;
+ GtkGrid parent;
EShellSearchbarPrivate *priv;
};
struct _EShellSearchbarClass {
- GtkBoxClass parent_class;
+ GtkGridClass parent_class;
};
GType e_shell_searchbar_get_type (void);