[evolution-patches] (groupwise) fixes the bug 73728
- From: Parthasarathi Susarla <sparthasarathi novell com>
- To: evolution-patches lists ximian com
- Cc: kharish novell com
- Subject: [evolution-patches] (groupwise) fixes the bug 73728
- Date: Thu, 17 Mar 2005 10:02:50 +0530
Hi,
This patch fixes the bug - 73728
Thanks,
partha
Index: e-gw-container.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/e-gw-container.c,v
retrieving revision 1.13
diff -u -p -r1.13 e-gw-container.c
--- e-gw-container.c 3 Feb 2005 14:21:03 -0000 1.13
+++ e-gw-container.c 16 Mar 2005 08:35:07 -0000
@@ -210,7 +210,7 @@ e_gw_container_set_from_soap_parameter (
}
/*retrieve the folder type*/
- subparam = soup_soap_parameter_get_first_child_by_name (param, "type") ;
+ subparam = soup_soap_parameter_get_first_child_by_name (param, "folderType") ;
if (!subparam)
container->priv->type = E_GW_CONTAINER_TYPE_FOLDER ;
else {
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/ChangeLog,v
retrieving revision 1.129
diff -u -p -r1.129 ChangeLog
--- ChangeLog 28 Feb 2005 12:46:13 -0000 1.129
+++ ChangeLog 16 Mar 2005 08:37:20 -0000
@@ -1,3 +1,9 @@
+2005-03-16 Parthasarathi Susarla <sparthasarathi novell com>
+
+ * e-gw-container.c: (e_gw_container_set_from_soap_parameter):
+ The type of the folder comes in the tag "folderType" and not
+ just "type" anymore.
+
2005-02-28 Harish Krishnaswamy <kharish novell com>
* e-gw-connection.c: (e_gw_connection_get_quick_messages):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]