[evolution-patches] GroupWise Proxy - Modify Proxy Rights
- From: Sankar P <psankar novell com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] GroupWise Proxy - Modify Proxy Rights
- Date: Tue, 06 Sep 2005 11:05:39 +0530
Hi,
Attached with this mail is the patch that alters the implementation of
"modify proxy access rights", as per the latest SOAP schema.
Will fix #311447. Please review.
Thanks,
Sankar
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/ChangeLog,v
retrieving revision 1.163
diff -u -p -r1.163 ChangeLog
--- ChangeLog 2 Sep 2005 18:43:19 -0000 1.163
+++ ChangeLog 6 Sep 2005 05:22:32 -0000
@@ -1,3 +1,16 @@
+2005-09-06 Sankar P <psankar novell com>
+
+ * e-gw-proxy.c (e_gw_proxy_form_modify_proxy_msg):
+ Changed the implementation of modify proxy access rights,
+ as per the latest schema.
+ Fixes #311447
+
+2005-09-02 Sankar P <psankar novell com>
+
+ * camel-groupwise-transport.c:
+ (groupwise_send_to):
+ Added condition to handle the Quota errors.
+
2005-08-26 Chenthill Palanisamy <pchenthill novell com>
* e-gw-connection.c: (e_gw_connection_read_cal_ids): Get
Index: e-gw-proxy.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/e-gw-proxy.c,v
retrieving revision 1.2
diff -u -p -r1.2 e-gw-proxy.c
--- e-gw-proxy.c 31 Aug 2005 04:26:07 -0000 1.2
+++ e-gw-proxy.c 6 Sep 2005 05:22:33 -0000
@@ -322,8 +322,13 @@ void
e_gw_proxy_form_modify_proxy_msg (SoupSoapMessage *msg, proxyHandler *new_proxy)
{
soup_soap_message_start_element (msg, "updates", NULL, NULL);
-
+
+ soup_soap_message_start_element (msg, "delete", NULL, NULL);
+ soup_soap_message_end_element (msg);
+
+ soup_soap_message_start_element (msg, "add", NULL, NULL);
e_gw_proxy_form_soap_request_from_proxyHandler (msg, new_proxy);
+ soup_soap_message_end_element (msg);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]