From b24ca484fb47cc6acc7585fb56377e7b3e6a71cf Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 17 Nov 2009 12:16:31 +0000 Subject: accounts-dialog: inherit from GtkDialog (#600023) --- src/empathy-accounts-dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-accounts-dialog.h') diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index 2d9d60c2b..6decad71d 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -43,14 +43,14 @@ G_BEGIN_DECLS (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNTS_DIALOG, EmpathyAccountsDialogClass)) typedef struct { - GObject parent; + GtkDialog parent; /* private */ gpointer priv; } EmpathyAccountsDialog; typedef struct { - GObjectClass parent_class; + GtkDialogClass parent_class; } EmpathyAccountsDialogClass; GType empathy_accounts_dialog_get_type (void); -- cgit v1.2.3