diff options
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index d3d8ef4da7..59f18fa9e4 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2736,6 +2736,5 @@ em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account e_config_set_target((EConfig *)ec, (EConfigTarget *)target); emae->editor = e_config_create_window((EConfig *)ec, NULL, type==EMAE_NOTEBOOK?_("Account Editor"):_("Evolution Account Assistant")); - g_object_ref(emae); g_signal_connect(emae->editor, "destroy", G_CALLBACK(emae_editor_destroyed), emae); } |