aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-accounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-accounts.c')
-rw-r--r--mail/mail-accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c
index 784805481c..f946ddc8f0 100644
--- a/mail/mail-accounts.c
+++ b/mail/mail-accounts.c
@@ -633,7 +633,7 @@ mail_accounts_tab_new (GNOME_Evolution_Shell shell)
{
MailAccountsTab *new;
- new = (MailAccountsTab *) gtk_type_new (mail_accounts_tab_get_type ());
+ new = (MailAccountsTab *) g_object_new (mail_accounts_tab_get_type (), NULL);
mail_accounts_tab_construct (new);
new->shell = shell;