aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2009-12-08 04:19:05 +0800
committerSrinivasa Ragavan <sragavan@gnome.org>2009-12-23 17:12:59 +0800
commit02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc (patch)
tree55feb9eee03f1e74d498057f5ad6d27a19df26f9 /mail/em-account-editor.c
parentfc8dc2474880c11a3556ef7fc97d3712fc6cbcf9 (diff)
downloadgsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar.gz
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar.bz2
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar.lz
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar.xz
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.tar.zst
gsoc2013-evolution-02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc.zip
Fix a bug in the prev commit. Handle cases specific for Anjal.
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 ff481ea770..791e9da368 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2704,7 +2704,7 @@ emae_defaults_page (EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget
/*if (old)
return old;*/
- if (((EConfig *)priv->config)->type == E_CONFIG_ASSISTANT)
+ if (((EConfig *)priv->config)->type == E_CONFIG_ASSISTANT && emae->type != EMAE_PAGES)
return NULL;
account = em_account_editor_get_modified_account (emae);