From 5b154c62991000a2d6bab1c426f6bce4d95a658f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 29 Sep 2010 10:56:50 +0200 Subject: Bug #604080 - Predefined account SSL not propagated to UI --- mail/em-account-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index f2776d6b56..08126ea592 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); -- cgit v1.2.3