From 18c25feae5e0094113b7e7327b3f0de308f1f369 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Mon, 18 Oct 2010 10:34:37 +1100 Subject: Port empathy-presence-chooser to GtkComboBox --- libempathy-gtk/empathy-presence-chooser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy-gtk/empathy-presence-chooser.h') diff --git a/libempathy-gtk/empathy-presence-chooser.h b/libempathy-gtk/empathy-presence-chooser.h index 7b85a6217..d4595ab1b 100644 --- a/libempathy-gtk/empathy-presence-chooser.h +++ b/libempathy-gtk/empathy-presence-chooser.h @@ -21,7 +21,7 @@ * Authors: Richard Hult * Martyn Russell * Xavier Claessens - * Davyd Madeley + * Danielle Madeley */ #ifndef __EMPATHY_PRESENCE_CHOOSER_H__ @@ -42,14 +42,14 @@ typedef struct _EmpathyPresenceChooser EmpathyPresenceChooser; typedef struct _EmpathyPresenceChooserClass EmpathyPresenceChooserClass; struct _EmpathyPresenceChooser { - GtkComboBoxEntry parent; + GtkComboBox parent; /**/ gpointer priv; }; struct _EmpathyPresenceChooserClass { - GtkComboBoxEntryClass parent_class; + GtkComboBoxClass parent_class; }; GType empathy_presence_chooser_get_type (void) G_GNUC_CONST; -- cgit v1.2.3