[evolution] Fix a bug in the prev commit. Handle cases specific for Anjal.



commit 02d3b341c3ec41a95de3075d5edd8bf4c83d3ddc
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Tue Dec 8 01:49:05 2009 +0530

    Fix a bug in the prev commit. Handle cases specific for Anjal.

 mail/em-account-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index ff481ea..791e9da 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]