[evolution/anjal-evo-2-30] Fix a bug in the prev commit. Handle cases specific for Anjal.



commit aebb6434f9911674a5c01cb41fc7570197e865a1
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 2b6b65b..22ba4d9 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2697,7 +2697,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]