diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index 5279d75f2..acc8a051a 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -46,7 +46,7 @@ typedef struct _EmpathyAccountWidgetPriv EmpathyAccountWidgetPriv; typedef struct _EmpathyAccountWidgetUIDetails EmpathyAccountWidgetUIDetails; typedef struct { - GObject parent; + GtkBox parent; EmpathyAccountWidgetUIDetails *ui_details; @@ -54,13 +54,11 @@ typedef struct { } EmpathyAccountWidget; typedef struct { - GObjectClass parent_class; + GtkBoxClass parent_class; } EmpathyAccountWidgetClass; GType empathy_account_widget_get_type (void); -GtkWidget *empathy_account_widget_get_widget (EmpathyAccountWidget *widget); - EmpathyAccountWidget * empathy_account_widget_new_for_protocol ( EmpathyAccountSettings *settings, gboolean simple); |