[evolution-patches] Warning Fix for Variable Indirection



I suspect this could do some random things.

-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500.2.18
diff -u -p -r1.2500.2.18 ChangeLog
--- ChangeLog	29 Sep 2004 16:44:27 -0000	1.2500.2.18
+++ ChangeLog	4 Oct 2004 18:33:52 -0000
@@ -1,3 +1,8 @@
+2004-10-04  JP Rosevear  <jpr novell com>
+
+	* gui/itip-utils.c (comp_server_send): pass the variable in
+	correctly
+
 2004-09-29  Rodrigo Moya <rodrigo novell com>
 
 	Fixes #64683
Index: gui/itip-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/itip-utils.c,v
retrieving revision 1.90.14.2
diff -u -p -r1.90.14.2 itip-utils.c
--- gui/itip-utils.c	27 Sep 2004 14:10:11 -0000	1.90.14.2
+++ gui/itip-utils.c	4 Oct 2004 18:33:52 -0000
@@ -541,7 +541,7 @@ comp_server_send (ECalComponentItipMetho
 	GError *error = NULL;
 	
 	top_level = comp_toplevel_with_zones (method, comp, client, zones);
-	if (!e_cal_send_objects (client, top_level, &users, &returned_icalcomp, &error)) {
+	if (!e_cal_send_objects (client, top_level, users, &returned_icalcomp, &error)) {
 		/* FIXME Really need a book problem status code */
 		if (error->code != E_CALENDAR_STATUS_OK) {
 			/* FIXME Better error message */


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