]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-group.h
Updated Kannada translation
[empathy.git] / libempathy-gtk / empathy-roster-group.h
index 405455bf5837f31ac32c176ab53a7dd7aff8d1bb..d5ad70e57fdb6c24119d64e2bcc3260f0d87f608 100644 (file)
@@ -12,14 +12,17 @@ typedef struct _EmpathyRosterGroupPriv EmpathyRosterGroupPriv;
 struct _EmpathyRosterGroupClass
 {
   /*<private>*/
-  GtkExpanderClass parent_class;
+  GtkListBoxRowClass parent_class;
 };
 
 struct _EmpathyRosterGroup
 {
   /*<private>*/
-  GtkExpander parent;
+  GtkListBoxRow parent;
   EmpathyRosterGroupPriv *priv;
+
+  /*<public>*/
+  GtkExpander *expander;
 };
 
 GType empathy_roster_group_get_type (void);