mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
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:
@@ -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
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
|
||||
- (NSString *) resourceName
|
||||
{
|
||||
return [aclObject nameInContainer];
|
||||
return [aclObject displayName];
|
||||
}
|
||||
|
||||
- (NSString *) subject
|
||||
|
||||
Reference in New Issue
Block a user