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



Author: psankar
Date: Wed Feb  4 09:32:55 2009
New Revision: 10035
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10035&view=rev

Log:
2009-02-04  Sankar P  <psankar novell com>

	* e-gw-connection.c (e_gw_connection_get_container):
	Use the correct parameter name while getting
	folder information




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 Feb  4 09:32:55 2009
@@ -839,7 +839,7 @@
 				return NULL;
 		}
 
-		e_gw_message_write_string_parameter (msg, "uid", NULL, uid);
+		e_gw_message_write_string_parameter (msg, "id", NULL, uid);
 		/* 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);



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