mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 10:02:43 +00:00
Monotone-Parent: 84ef38aac8dcb308bcabb407f3172c53ac0f05b2
Monotone-Revision: 43675f1618c28a385375562d6eaf3afabaa316ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-24T13:47:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-03-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
|
||||
-initWithRequest:newRequest]): retain dateFormatter, since it is
|
||||
released in -dealloc.
|
||||
([UIxCalListingActions -dealloc]): do not release startDate and
|
||||
endDate since they are not retained.
|
||||
|
||||
2009-03-23 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m
|
||||
|
||||
@@ -90,7 +90,7 @@ static NSArray *tasksFields = nil;
|
||||
endDate = nil;
|
||||
ASSIGN (request, newRequest);
|
||||
user = [[self context] activeUser];
|
||||
dateFormatter = [user dateFormatterInContext: context];
|
||||
ASSIGN (dateFormatter, [user dateFormatterInContext: context]);
|
||||
ASSIGN (userTimeZone, [user timeZone]);
|
||||
dayBasedView = NO;
|
||||
}
|
||||
@@ -103,8 +103,6 @@ static NSArray *tasksFields = nil;
|
||||
[dateFormatter release];
|
||||
[request release];
|
||||
[componentsData release];
|
||||
[startDate release];
|
||||
[endDate release];
|
||||
[userTimeZone release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user