From 6518b7ac07aed168b016d0b71922c081a76948aa Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 21 Sep 2004 15:07:15 +0000 Subject: Fixes #65682 check the static capability before booking the deletion. 2004-09-21 Chenthill Palanisamy Fixes #65682 * gui/itip-utils.c (itip_send_comp): check the static capability before booking the deletion. svn path=/trunk/; revision=27313 --- calendar/gui/itip-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/itip-utils.c') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index ce893a48ec..d78d2994b6 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -845,7 +845,7 @@ itip_send_comp (ECalComponentItipMethod method, ECalComponent *send_comp, 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; } -- cgit v1.2.3