From 9e64b59c9d838b3d0a55b0eb95fc088ec26f1644 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 31 Oct 2012 14:14:04 +0100 Subject: Bug #422273 - Wrap searchbar widgets for smaller minimum width request --- shell/e-shell-searchbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-searchbar.h') 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); -- cgit v1.2.3