aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/em-account-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 7b10768163..02cadc9aa2 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2168,8 +2168,8 @@ emae_identity_page (EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget
GtkWidget *w;
GtkBuilder *builder;
- /*if (old)
- return old;*/
+ if (old && emae->type == EMAE_PAGES)
+ return old;
account = em_account_editor_get_modified_account (emae);