The type of the folder comes in the tag "folderType" and not just "type"
authorParthasarathi Susarla <sparthasarathi@novell.com>
Thu, 17 Mar 2005 05:12:32 +0000 (05:12 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Thu, 17 Mar 2005 05:12:32 +0000 (05:12 +0000)
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.

servers/groupwise/ChangeLog
servers/groupwise/e-gw-container.c

index 67e07d6..3e36b51 100644 (file)
@@ -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):
index a85ed16..dfd284c 100644 (file)
@@ -210,7 +210,7 @@ e_gw_container_set_from_soap_parameter (EGwContainer *container, SoupSoapParamet
        }
 
        /*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 {