From 78e33e347a2411e46c3f5e1ba6332bb05789da29 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 28 Feb 2006 12:16:44 +0000 Subject: fixes #332726 svn path=/trunk/; revision=31610 --- calendar/gui/dialogs/recur-comp.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'calendar/gui/dialogs/recur-comp.c') diff --git a/calendar/gui/dialogs/recur-comp.c b/calendar/gui/dialogs/recur-comp.c index 8fa1e5ae35..07cc441326 100644 --- a/calendar/gui/dialogs/recur-comp.c +++ b/calendar/gui/dialogs/recur-comp.c @@ -122,15 +122,6 @@ recur_component_dialog (ECal *client, else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (rb_all))) { *mod = CALOBJ_MOD_ALL; - /* remove the RECURRENCE-ID from the object if modifying ALL instances */ - if (ret) { - icalproperty *prop; - - prop = icalcomponent_get_first_property (e_cal_component_get_icalcomponent (comp), - ICAL_RECURRENCEID_PROPERTY); - if (prop) - icalcomponent_remove_property (e_cal_component_get_icalcomponent (comp), prop); - } } gtk_widget_destroy (dialog); -- cgit v1.2.3