From ed144aaf1b82440dbff01e461520132046299565 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 30 Jun 2010 13:17:45 +0530 Subject: MeeGo Bugzilla #3286 - Allow edit accounts in the capplet to go fwd/back. --- mail/em-account-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-account-editor.c') 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); -- cgit v1.2.3