evolution-data-server r9980 - trunk/servers/groupwise



Author: psankar
Date: Wed Jan 28 11:23:18 2009
New Revision: 9980
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9980&view=rev

Log:
2009-01-28  Sankar P  <psankar novell com>

	** Fix for bnc bug #470143

	* servers/groupwise/e-gw-connection.c:
	The server does not like when the name and id view
	elements are not passed to the getFolderRequest call.
	Also fixes a bug with the empty container element crash.

Modified:
   trunk/servers/groupwise/ChangeLog
   trunk/servers/groupwise/e-gw-connection.c

Modified: trunk/servers/groupwise/e-gw-connection.c
==============================================================================
--- trunk/servers/groupwise/e-gw-connection.c	(original)
+++ trunk/servers/groupwise/e-gw-connection.c	Wed Jan 28 11:23:18 2009
@@ -840,7 +840,8 @@
 		}
 
 		e_gw_message_write_string_parameter (msg, "uid", NULL, uid);
-		e_gw_message_write_string_parameter (msg, "view", NULL, "count unreadCount");
+		/* The server does not feel good if the name, id view elements are not passed */
+		e_gw_message_write_string_parameter (msg, "view", NULL, "name id uid count unreadCount");
 		e_gw_message_write_footer (msg);
 
 		/* send message to server */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]