Monotone-Parent: abda0e799811347d36ea72438d0edc77daa4b161

Monotone-Revision: d8549ba070887e4694d144719b284413458362d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-26T23:25:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-26 23:25:35 +00:00
parent 5aa7a5f7e0
commit 18d64eeed6
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
2007-11-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.
+1 -1
View File
@@ -71,7 +71,7 @@
{
if (!event)
{
event = (iCalEvent *) [[self clientObject] component: NO secure: YES];
event = (iCalEvent *) [[self clientObject] component: YES secure: YES];
[event retain];
}
+1 -1
View File
@@ -73,7 +73,7 @@
{
if (!todo)
{
todo = (iCalToDo *) [[self clientObject] component: NO secure: YES];
todo = (iCalToDo *) [[self clientObject] component: YES secure: YES];
[todo retain];
}