diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-06-30 15:47:45 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@gnome.org> | 2010-06-30 15:47:45 +0800 |
commit | ed144aaf1b82440dbff01e461520132046299565 (patch) | |
tree | d02139ad30ec94112996a2529425d5a6dd6a4c20 /mail | |
parent | fc3123dc43dbe510efbff54baf7278ed2e607553 (diff) | |
download | gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar.gz gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar.bz2 gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar.lz gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar.xz gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.tar.zst gsoc2013-evolution-ed144aaf1b82440dbff01e461520132046299565.zip |
MeeGo Bugzilla #3286 - Allow edit accounts in the capplet to go
fwd/back.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 4 |
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); |