mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: 487bd18ac638478f769ea4425a0640978c5b751b
Monotone-Revision: 93b249ad54b90ecf9cac7b9e49f4b6133a28358d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-11T21:23:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-05-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Common/UIxFolderActions.m ([UIxFolderActions
|
||||
-subscribeAction]): folderDict was not autoreleased, resulting in
|
||||
a leak...
|
||||
|
||||
* SoObjects/SOGo/AgenorUserDefaults.m ([AgenorUserDefaults
|
||||
-primaryFetchProfile]): when building with libFoundation, don't
|
||||
use the "propertyList" method from NSString. Rather, we convert
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
else
|
||||
folderName = email;
|
||||
|
||||
folderDict = [NSMutableDictionary new];
|
||||
folderDict = [NSMutableDictionary dictionary];
|
||||
[folderDict setObject: folderName forKey: @"displayName"];
|
||||
[folderDict setObject: [NSNumber numberWithBool: NO] forKey: @"active"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user