From 94e9ae60f8aae21a14d2e329fc579acb5e9e6665 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 19 Nov 2004 19:58:16 +0000 Subject: [PATCH] change the "UserInfo" element to "userinfo" part of the fix for #69624 2004-11-18 Sivaiah Nallagatla * e-gw-connection.c (e_gw_connection_new) : change the "UserInfo" element to "userinfo" part of the fix for #69624 --- servers/groupwise/ChangeLog | 7 +++++++ servers/groupwise/e-gw-connection.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/servers/groupwise/ChangeLog b/servers/groupwise/ChangeLog index 8630fb1..e021d1b 100644 --- a/servers/groupwise/ChangeLog +++ b/servers/groupwise/ChangeLog @@ -1,3 +1,10 @@ +2004-11-18 Sivaiah Nallagatla + + * e-gw-connection.c (e_gw_connection_new) : change + the "UserInfo" element to "userinfo" + part of the fix for #69624 + + 2004-10-26 Sivaiah Nallagatla * e-gw-message.c (e_gw_message_new_with_header) : diff --git a/servers/groupwise/e-gw-connection.c b/servers/groupwise/e-gw-connection.c index 0949c51..a8d8c6a 100644 --- a/servers/groupwise/e-gw-connection.c +++ b/servers/groupwise/e-gw-connection.c @@ -410,7 +410,7 @@ e_gw_connection_new (const char *uri, const char *username, const char *password cnc->priv->session_id = soup_soap_parameter_get_string_value (param); /* retrieve user information */ - param = soup_soap_response_get_first_parameter_by_name (response, "UserInfo"); + param = soup_soap_response_get_first_parameter_by_name (response, "userinfo"); if (param) { SoupSoapParameter *subparam; const char *param_value; -- 2.7.4