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:
Wolfgang Sourdeau
2007-05-11 21:23:46 +00:00
parent f4c4a7fe7f
commit ae82e0bef9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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"];