diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-21 17:50:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-21 17:50:34 +0800 |
commit | aafefb7b6c4a17715e181bb2263423d950dca369 (patch) | |
tree | 7da24751191fa7cef943f402326493b8b399c305 /libempathy-gtk/empathy-individual-linker.h | |
parent | 9f03fdbe713fb5664626e19fa1b58e7eb4ca7e50 (diff) | |
download | gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar.gz gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar.bz2 gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar.lz gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar.xz gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.tar.zst gsoc2013-empathy-aafefb7b6c4a17715e181bb2263423d950dca369.zip |
EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBin
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.h')
-rw-r--r-- | libempathy-gtk/empathy-individual-linker.h | 4 |
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; |