diff options
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.h b/libempathy-gtk/empathy-presence-chooser.h index 8bf8de5b5..0a5470309 100644 --- a/libempathy-gtk/empathy-presence-chooser.h +++ b/libempathy-gtk/empathy-presence-chooser.h @@ -40,12 +40,12 @@ typedef struct _EmpathyPresenceChooser EmpathyPresenceChooser; typedef struct _EmpathyPresenceChooserClass EmpathyPresenceChooserClass; struct _EmpathyPresenceChooser { - GtkToggleButton parent; + GtkComboBoxEntry parent; gpointer priv; }; struct _EmpathyPresenceChooserClass { - GtkToggleButtonClass parent_class; + GtkComboBoxEntryClass parent_class; }; GType empathy_presence_chooser_get_type (void) G_GNUC_CONST; |