[evolution-ews/gnome-2-28] Use the gal=1 as a parameter in the url to fix a password prompt
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-2-28] Use the gal=1 as a parameter in the url to fix a password prompt
- Date: Tue, 11 Oct 2011 09:36:18 +0000 (UTC)
commit 476b4e82c41730226091a057ffb95a6edf080a05
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Oct 11 15:03:51 2011 +0530
Use the gal=1 as a parameter in the url to fix a password prompt
.../exchange-ews-account-listener.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-listener.c b/src/account-setup-eplugin/exchange-ews-account-listener.c
index 24ad891..ccad595 100644
--- a/src/account-setup-eplugin/exchange-ews-account-listener.c
+++ b/src/account-setup-eplugin/exchange-ews-account-listener.c
@@ -235,7 +235,7 @@ add_gal_esource (CamelURL *url)
oal_name = _("Global Address list");
account_uri = camel_url_to_string (url, CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS);
- source_uri = g_strdup_printf ("%s?gal=1", account_uri + strlen (EWS_BASE_URI));
+ source_uri = g_strdup_printf ("%s;gal=1", account_uri + strlen (EWS_BASE_URI));
source = e_source_new (oal_name, source_uri);
/* set properties */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]