mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Monotone-Parent: 56159df9717624adf99da2f21377b40d435b1db7
Monotone-Revision: 2ae53e4d24cdb745c3a8c8e246d99d096538c2e3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-17T14:32:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
event = nil;
|
||||
isAllDay = NO;
|
||||
isTransparent = NO;
|
||||
componentCalendar = nil;
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -73,6 +74,7 @@
|
||||
[event release];
|
||||
[aptStartDate release];
|
||||
[aptEndDate release];
|
||||
[componentCalendar release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@@ -275,7 +277,6 @@
|
||||
SOGoAppointmentObject *co;
|
||||
SoSecurityManager *sm;
|
||||
NSException *ex;
|
||||
NSString *aOwner;
|
||||
|
||||
co = [self clientObject];
|
||||
if ([co isKindOfClass: [SOGoAppointmentOccurence class]])
|
||||
|
||||
Reference in New Issue
Block a user