mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
{
|
||||
if (!event)
|
||||
{
|
||||
event = (iCalEvent *) [[self clientObject] component: NO secure: YES];
|
||||
event = (iCalEvent *) [[self clientObject] component: YES secure: YES];
|
||||
[event retain];
|
||||
}
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
{
|
||||
if (!todo)
|
||||
{
|
||||
todo = (iCalToDo *) [[self clientObject] component: NO secure: YES];
|
||||
todo = (iCalToDo *) [[self clientObject] component: YES secure: YES];
|
||||
[todo retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user