[evolution-patches] fix for the bug #65682 [calendar]



Hi,
     Have attached a fix for the bug 65682. Checked the static capability before booking the deletion from evolution.

thanks, chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2506
diff -u -p -r1.2506 ChangeLog
--- ChangeLog	10 Sep 2004 15:59:55 -0000	1.2506
+++ ChangeLog	14 Sep 2004 14:39:41 -0000
@@ -1,3 +1,10 @@
+2004-09-05  Chenthill Palanisamy  <pchenthill novell com>
+
+	Fixes #65682
+	* gui/itip-utils.c 
+	(itip_send_comp): check the static capability before
+	booking the deletion.
+
 2004-09-09  JP Rosevear  <jpr novell com>
  
  	Fixes #65454
Index: gui/itip-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/itip-utils.c,v
retrieving revision 1.90
diff -u -p -r1.90 itip-utils.c
--- gui/itip-utils.c	17 Jun 2004 15:14:55 -0000	1.90
+++ gui/itip-utils.c	14 Sep 2004 14:39:41 -0000
@@ -845,7 +845,7 @@ itip_send_comp (ECalComponentItipMethod 
 	CORBA_exception_init (&ev);
 
 	/* Give the server a chance to manipulate the comp */
-	if (method != E_CAL_COMPONENT_METHOD_PUBLISH) {
+	if (method != E_CAL_COMPONENT_METHOD_PUBLISH && !e_cal_get_save_schedules (client)) {
 		if (!comp_server_send (method, send_comp, client, zones, &users))
 			goto cleanup;
 	}


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