Monotone-Parent: b5ed61ce5d68ded43b9b115a76ccd948f9acbcc7

Monotone-Revision: b0aeecf5f2a6ed3d4404fe7b4a5215a87c47032a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-31T20:30:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-03-31 20:30:05 +00:00
parent fa5877d926
commit 97f9c97f03
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2008-03-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/SOGoUI/SOGoACLAdvisory.m ([SOGoACLAdvisory -resourceName]):
use the resource display name instead of its "nameInContainer".
2008-03-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
+1 -1
View File
@@ -116,7 +116,7 @@
- (NSString *) resourceName
{
return [aclObject nameInContainer];
return [aclObject displayName];
}
- (NSString *) subject