aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-searchbar.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-10-31 21:14:04 +0800
committerMilan Crha <mcrha@redhat.com>2012-10-31 21:15:04 +0800
commit9e64b59c9d838b3d0a55b0eb95fc088ec26f1644 (patch)
tree2206d19bb22928b54628a6d5ef6c05c89b90856c /shell/e-shell-searchbar.h
parent6225b7f61ef8d46d17e6359802f85ee1b8cbce4d (diff)
downloadgsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.gz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.bz2
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.lz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.xz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.zst
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.zip
Bug #422273 - Wrap searchbar widgets for smaller minimum width request
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);