]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-search-bar.h
use the 48x48 version of the local-xmpp icon
[empathy.git] / libempathy-gtk / empathy-search-bar.h
index 2e4e0d76e6a2dfd110ef887b0ba666f46e73af59..4b07f92c27553bef9859bd1fcac5c032106f247a 100644 (file)
@@ -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;