From eb6566d0b1e9d415e75b47cbece0008dd3b887de Mon Sep 17 00:00:00 2001 From: wolfgang Date: Mon, 26 Nov 2007 23:27:04 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1278 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ChangeLog | 5 +++++ UI/Scheduler/UIxAppointmentEditor.m | 2 +- UI/Scheduler/UIxTaskEditor.m | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58209d70..d5e0e74d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-11-26 Wolfgang Sourdeau + * UI/Scheduler/UIxTaskEditor.m ([UIxTaskEditor -todo]): same as below. + + * UI/Scheduler/UIxAppointmentEditor.m ([UIxAppointmentEditor + -event]): create the event if it doesn't exist. + * UI/PreferencesUI/UIxPreferences.m ([UIxPreferences -userHasCalendarAccess]) ([UIxPreferences -userHasMailAccess]): same as below, for displaying preference tabs. diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index a5147130..44887adb 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -71,7 +71,7 @@ { if (!event) { - event = (iCalEvent *) [[self clientObject] component: NO secure: YES]; + event = (iCalEvent *) [[self clientObject] component: YES secure: YES]; [event retain]; } diff --git a/UI/Scheduler/UIxTaskEditor.m b/UI/Scheduler/UIxTaskEditor.m index 759726dd..cc0aac6e 100644 --- a/UI/Scheduler/UIxTaskEditor.m +++ b/UI/Scheduler/UIxTaskEditor.m @@ -73,7 +73,7 @@ { if (!todo) { - todo = (iCalToDo *) [[self clientObject] component: NO secure: YES]; + todo = (iCalToDo *) [[self clientObject] component: YES secure: YES]; [todo retain]; } -- 2.39.5