aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.h')
-rw-r--r--libempathy-gtk/empathy-individual-linker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-linker.h b/libempathy-gtk/empathy-individual-linker.h
index dcf75189b..3079fa091 100644
--- a/libempathy-gtk/empathy-individual-linker.h
+++ b/libempathy-gtk/empathy-individual-linker.h
@@ -43,14 +43,14 @@ G_BEGIN_DECLS
EmpathyIndividualLinkerClass))
typedef struct {
- GtkBin parent;
+ GtkBox parent;
/*<private>*/
gpointer priv;
} EmpathyIndividualLinker;
typedef struct {
- GtkBinClass parent_class;
+ GtkBoxClass parent_class;
} EmpathyIndividualLinkerClass;
GType empathy_individual_linker_get_type (void) G_GNUC_CONST;