[evolution/gnome-2-32] Bug #604080 - Predefined account SSL not propagated to UI
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-32] Bug #604080 - Predefined account SSL not propagated to UI
- Date: Wed, 29 Sep 2010 08:57:31 +0000 (UTC)
commit acafcdaf2514bf903f986f2d37164b0af8bc7409
Author: Milan Crha <mcrha redhat com>
Date: Wed Sep 29 10:57:13 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 923e1b0..ade75df 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3526,7 +3526,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);
@@ -3536,7 +3536,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]