From 73b30201b568b24aa23ba734a5151fb2c931f76b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 3 Nov 2008 14:16:32 +0000 Subject: [PATCH] Monotone-Parent: 074583b760d22fd304ab34fcd5ff7fbb9733e5e3 Monotone-Revision: 093eb3ebcf238b8c813759fda17e22addd7cc0b0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-11-03T14:16:32 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index bc19f2c7a..cc0f5bcd6 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -231,7 +231,7 @@ _occurenceHasID (iCalRepeatableEntityObject *occurence, NSString *recID) [newOccurence setOrganizer: nil]; [newOccurence setRecurrenceId: recDate]; - calendar = [newOccurence parent]; + calendar = [masterOccurence parent]; [calendar addChild: newOccurence]; } else