[evolution-ews] Fix password prompt issue in evolution 2.28 completely. Use camel_object_unref for camel_object, int



commit 66d1fb97985273afcae893638bb83682bde70c5b
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Wed Oct 5 08:56:55 2011 +0530

    Fix password prompt issue in evolution 2.28 completely.
    Use camel_object_unref for camel_object, introduced during merge.

 .../exchange-ews-account-listener.c                |    2 +-
 .../exchange-ews-account-setup.h                   |    2 +-
 src/utils/ews-esource-utils.c                      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-listener.c b/src/account-setup-eplugin/exchange-ews-account-listener.c
index 9aff7f4..16b60bf 100644
--- a/src/account-setup-eplugin/exchange-ews-account-listener.c
+++ b/src/account-setup-eplugin/exchange-ews-account-listener.c
@@ -252,7 +252,7 @@ add_gal_esource (CamelURL *url)
 	
 	/* set properties */
 	e_source_set_property (source, "username", url->user);
-	e_source_set_property (source, "auth-domain", "Ews");
+	e_source_set_property (source, "auth-domain", "Exchange Web Services");
 	e_source_set_property (source, "email", email_id);
 	e_source_set_property (source, "gal", "1");
 	e_source_set_property (source, "hosturl", camel_url_get_param (url, "hosturl"));
diff --git a/src/account-setup-eplugin/exchange-ews-account-setup.h b/src/account-setup-eplugin/exchange-ews-account-setup.h
index d63434c..c9125c4 100644
--- a/src/account-setup-eplugin/exchange-ews-account-setup.h
+++ b/src/account-setup-eplugin/exchange-ews-account-setup.h
@@ -24,7 +24,7 @@
 #include "exchange-ews-account-listener.h"
 
 /* This definition should be in-sync with the definition in camel-ews-store.c */
-#define EXCHANGE_EWS_PASSWORD_COMPONENT "ExchangeEWS"
+#define EXCHANGE_EWS_PASSWORD_COMPONENT "Exchange Web Services"
 
 #define EWS_URI_PREFIX   "ews://"
 #define EWS_PREFIX_LENGTH 6
diff --git a/src/utils/ews-esource-utils.c b/src/utils/ews-esource-utils.c
index f281aa5..cfe7ebe 100644
--- a/src/utils/ews-esource-utils.c
+++ b/src/utils/ews-esource-utils.c
@@ -146,7 +146,7 @@ ews_esource_utils_add_esource	(EEwsFolder *folder,
 
 	source = e_source_new (source_name, source_uri);
 	e_source_set_property (source, "username", username);
-	e_source_set_property (source, "auth-domain", "Ews");
+	e_source_set_property (source, "auth-domain", "Exchange Web Services");
 	e_source_set_property (source, "folder-id", fid->id);
 	e_source_set_property (source, "change-key", fid->change_key);
 	e_source_set_property (source, "email", email_id);



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