aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-search-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-search-bar.h')
-rw-r--r--libempathy-gtk/empathy-search-bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-search-bar.h b/libempathy-gtk/empathy-search-bar.h
index 2e4e0d76e..4b07f92c2 100644
--- a/libempathy-gtk/empathy-search-bar.h
+++ b/libempathy-gtk/empathy-search-bar.h
@@ -44,7 +44,7 @@ typedef struct _EmpathySearchBarClass EmpathySearchBarClass;
struct _EmpathySearchBar
{
- GtkBin parent;
+ GtkBox parent;
/*<private>*/
gpointer priv;
@@ -52,7 +52,7 @@ struct _EmpathySearchBar
struct _EmpathySearchBarClass
{
- GtkBinClass parent_class;
+ GtkBoxClass parent_class;
};
GType empathy_search_bar_get_type (void) G_GNUC_CONST;