From 8f85f81cdafdb3e26f4f185fdb31cf0975d5927e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 6 Oct 2009 18:26:22 +0000 Subject: [PATCH] Monotone-Parent: 3c712c724956f351bd12557ef3504fbefb2611b1 Monotone-Revision: bdbaabe6229246948b265d310037a9694b45d91f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-06T18:26:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index adb3e1d73..9cf120f8d 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1239,7 +1239,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir //c = [self objectClassForComponentName: [object objectForKey: @"c_component"]]; #warning TODO: determine why this commented invocation takes so long... - // sogoObject = [self _createChildComponentWithRecord: object]; + // sogoObject = [self createChildComponentWithRecord: object]; sogoObject = [SOGoCalendarComponent objectWithRecord: object inContainer: self];