]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-chat.h
index 4b0540b2021c338f11211750df332e56e0743eeb..0031410d65006a931f33dbe8f4af8b9f694b7456 100644 (file)
@@ -50,7 +50,7 @@ typedef struct _EmpathyChatClass  EmpathyChatClass;
 typedef struct _EmpathyChatPriv   EmpathyChatPriv;
 
 struct _EmpathyChat {
-       GtkBin parent;
+       GtkBox parent;
        EmpathyChatPriv *priv;
 
        /* Protected */
@@ -59,7 +59,7 @@ struct _EmpathyChat {
 };
 
 struct _EmpathyChatClass {
-       GtkBinClass parent;
+       GtkBoxClass parent;
 };
 
 GType              empathy_chat_get_type             (void);