From 716230fce716486cf6bacd630d95fba569e74e1d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 12 Feb 2008 15:49:54 +0000 Subject: [PATCH] Monotone-Parent: 740354dfcd0512fd381f1b3bd4a3ee95dfa21338 Monotone-Revision: d8ee782e0279aa96226ceac45acca9d744f3f234 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-12T15:49:54 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/Appointments/SOGoFreeBusyObject.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 804a66cb8..d94e3b07f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-02-12 Wolfgang Sourdeau + * SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject + -iCalStringForFreeBusyInfos:_infosfrom:_startDateto:_endDate]): we + no longer invoke [container login], since this method has been + removed. Instead we invoke ownerInContext:. + * SoObjects/SOGo/SOGoFolder.m ([SOGoFolder -fetchContentObjectNames]): new model method for all subclasses. This will be removed in the future since toOneRelationshipKeys diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index 4aa053f35..b6ecfda2f 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -148,7 +148,7 @@ NSDictionary *info; iCalFreeBusyType type; - uid = [[self container] login]; + uid = [container ownerInContext: context]; calendar = [iCalCalendar groupWithTag: @"vcalendar"]; [calendar setProdID: @"//Inverse groupe conseil/SOGo 0.9"];