Monotone-Parent: f9d7e117fe9d85a0017ebef4308d4c2f72289bbe

Monotone-Revision: 191eb9f935e98a4702ae07ec1459e1cccd5b5f70

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-08T17:26:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-08 17:26:03 +00:00
parent 9f99c25961
commit 4460716f9a
16 changed files with 42 additions and 18 deletions
+8 -1
View File
@@ -95,7 +95,14 @@
- (NSString *) currentContactFolderName
{
return [currentFolder displayName];
NSString *folderName, *defaultFolderName;
folderName = [currentFolder displayName];
defaultFolderName = [[currentFolder container] defaultFolderName];
if ([folderName isEqualToString: folderName])
folderName = [self labelForKey: folderName];
return folderName;
}
- (NSString *) currentContactFolderOwner