[evolution-patches] typo in gw debug



Patch for typo
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/ChangeLog,v
retrieving revision 1.12
diff -u -p -r1.12 ChangeLog
--- ChangeLog	17 Mar 2004 20:45:20 -0000	1.12
+++ ChangeLog	18 Mar 2004 17:26:50 -0000
@@ -1,3 +1,7 @@
+2004-03-18  Rodrigo Moya <rodrigo ximian com>
+
+	* e-gw-message.c (e_gw_message_new_with_header): fixed typo.
+
 2004-03-17  Rodrigo Moya <rodrigo ximian com>
 
 	* e-gw-message.c: use an environment variable for debugging.
Index: e-gw-message.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/e-gw-message.c,v
retrieving revision 1.14
diff -u -p -r1.14 e-gw-message.c
--- e-gw-message.c	17 Mar 2004 20:45:21 -0000	1.14
+++ e-gw-message.c	18 Mar 2004 17:26:50 -0000
@@ -84,7 +84,7 @@ e_gw_message_new_with_header (const char
 				 "Evolution/" VERSION);
 	soup_message_add_header (SOUP_MESSAGE (msg)->request_headers, "SOAPAction", method_name);
 
-	if (g_getenv ("GROUWISE_DEBUG"))
+	if (g_getenv ("GROUPWISE_DEBUG"))
 		setup_debug (msg);
 
 	soup_soap_message_start_envelope (msg);


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