[evolution] Bug #604080 - Predefined account SSL not propagated to UI



commit 5b154c62991000a2d6bab1c426f6bce4d95a658f
Author: Milan Crha <mcrha redhat com>
Date:   Wed Sep 29 10:56:50 2010 +0200

    Bug #604080 - Predefined account SSL not propagated to UI

 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 f2776d6..08126ea 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3598,7 +3598,7 @@ emae_check_complete (EConfig *ec, const gchar *pageid, gpointer data)
 	}
 
 	if (ok && (pageid == NULL || !strcmp (pageid, "10.receive"))) {
-		if (emae->type == EMAE_PAGES && refresh) {
+		if (emae->type != EMAE_NOTEBOOK && refresh) {
 			emae_refresh_providers (emae, &emae->priv->source);
 		}
 		ok = emae_service_complete (emae, &emae->priv->source);
@@ -3608,7 +3608,7 @@ emae_check_complete (EConfig *ec, const gchar *pageid, gpointer data)
 	}
 
 	if (ok && (pageid == NULL || !strcmp (pageid, "30.send"))) {
-		if (emae->type == EMAE_PAGES && refresh) {
+		if (emae->type != EMAE_NOTEBOOK && refresh) {
 			emae_refresh_providers (emae, &emae->priv->transport);
 		}
 		ok = emae_service_complete (emae, &emae->priv->transport);



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