From 02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 8 Dec 2009 01:49:05 +0530 Subject: Fix a bug in the prev commit. Handle cases specific for Anjal. --- mail/em-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') 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); -- cgit v1.2.3