aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index 4b0540b20..0031410d6 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -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);