evolution-data-server r9981 - branches/gnome-2-24/servers/groupwise



Author: psankar
Date: Wed Jan 28 11:29:01 2009
New Revision: 9981
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9981&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:
   branches/gnome-2-24/servers/groupwise/ChangeLog
   branches/gnome-2-24/servers/groupwise/e-gw-connection.c

Modified: branches/gnome-2-24/servers/groupwise/e-gw-connection.c
==============================================================================
--- branches/gnome-2-24/servers/groupwise/e-gw-connection.c	(original)
+++ branches/gnome-2-24/servers/groupwise/e-gw-connection.c	Wed Jan 28 11:29:01 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]