mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 65260d073cfc05c6f9d0fe8d6611e5f69cf8f2ac
Monotone-Revision: 3fc270699f526815c0a80c91edc34d0022547efb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-01T20:39:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-10-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoObject.m (-displayName): new accessor.
|
||||
|
||||
2010-09-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxContactsUserFolders.js:
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
/* accessors */
|
||||
|
||||
- (NSString *) nameInContainer;
|
||||
- (NSString *) displayName;
|
||||
- (id) container;
|
||||
|
||||
- (NSURL *) davURL;
|
||||
|
||||
@@ -204,6 +204,11 @@
|
||||
return nameInContainer;
|
||||
}
|
||||
|
||||
- (NSString *) displayName
|
||||
{
|
||||
return [self nameInContainer];
|
||||
}
|
||||
|
||||
- (id) container
|
||||
{
|
||||
return container;
|
||||
@@ -350,7 +355,7 @@
|
||||
|
||||
- (NSString *) davDisplayName
|
||||
{
|
||||
return [self nameInContainer];
|
||||
return [self displayName];
|
||||
}
|
||||
|
||||
/* DAV ACL properties */
|
||||
|
||||
Reference in New Issue
Block a user