[evolution/gnome-3-2] Bug #662789 - Can't create account with None receiving server type



commit aebff18175e96d52adb3608c788bd2bf1e916ad0
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 30 19:03:08 2011 +0100

    Bug #662789 - Can't create account with None receiving server type

 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 b9589d5..3f8c1ae 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3890,13 +3890,13 @@ emae_check_complete (EConfig *ec,
 				user[at - tmp] = 0;
 				at++;
 
+				refresh = TRUE;
+
 				sdata = emae->priv->selected_server;
 				if (sdata != NULL && uri && (url = camel_url_new (uri, NULL)) != NULL) {
 					CamelNetworkSecurityMethod method;
 					const gchar *use_user = user;
 
-					refresh = TRUE;
-
 					if (sdata->send_security_method != CAMEL_NETWORK_SECURITY_METHOD_NONE)
 						method = sdata->send_security_method;
 					else



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