mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
Monotone-Parent: e0570f48ebcd0056aa949c6b4c5df7386238e282
Monotone-Revision: c899af499a48639ec23979b9d33c7db9843f7110 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-24T14:25:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2009-03-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUser.m ([SOGoUser
|
||||
-_prepareDefaultMailAccounts]): return an autoreleased array to
|
||||
avoid a leak.
|
||||
|
||||
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
|
||||
-initWithRequest:newRequest]): retain dateFormatter, since it is
|
||||
released in -dealloc.
|
||||
|
||||
@@ -740,7 +740,7 @@ _timeValue (NSString *key)
|
||||
|
||||
[mailAccount setObject: identities forKey: @"identities"];
|
||||
|
||||
mailAccounts = [NSMutableArray new];
|
||||
mailAccounts = [NSMutableArray array];
|
||||
[mailAccounts addObject: mailAccount];
|
||||
|
||||
return mailAccounts;
|
||||
|
||||
Reference in New Issue
Block a user