aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-linker.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-21 17:50:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-21 17:50:34 +0800
commitaafefb7b6c4a17715e181bb2263423d950dca369 (patch)
tree7da24751191fa7cef943f402326493b8b399c305 /libempathy-gtk/empathy-individual-linker.h
parent9f03fdbe713fb5664626e19fa1b58e7eb4ca7e50 (diff)
downloadgsoc2013-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.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;