aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 5570c26989..d748750bde 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -286,7 +286,7 @@ em_account_editor_get_type(void)
**/
EMAccountEditor *em_account_editor_new(EAccount *account, em_account_editor_t type, char *id)
{
- EMAccountEditor *emae = g_object_new(em_account_editor_get_type(), 0);
+ EMAccountEditor *emae = g_object_new(em_account_editor_get_type(), NULL);
em_account_editor_construct(emae, account, type, id);