From: helge Date: Wed, 30 Jun 2004 10:48:53 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@111 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6902f2715b9af11a9a3f9915f31ce0cfd8d745;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@111 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/Main/sogod.m b/SOGo/Main/sogod.m index a37d557e..36f296f4 100644 --- a/SOGo/Main/sogod.m +++ b/SOGo/Main/sogod.m @@ -117,6 +117,13 @@ static unsigned int vMemSizeLimit = 0; return nil; } +/* WebDAV */ + +- (NSString *)davDisplayName { + /* this is used in the UI, eg in the navigation */ + return @"SOGo"; +} + /* exception handling */ - (WOResponse *)handleException:(NSException *)_exc diff --git a/SOGo/SoObjects/SOGo/SOGoObject.m b/SOGo/SoObjects/SOGo/SOGoObject.m index 1bab70ed..ad29501b 100644 --- a/SOGo/SoObjects/SOGo/SOGoObject.m +++ b/SOGo/SoObjects/SOGo/SOGoObject.m @@ -72,6 +72,12 @@ return nil; } +/* WebDAV */ + +- (NSString *)davDisplayName { + return [self nameInContainer]; +} + /* description */ - (void)appendAttributesToDescription:(NSMutableString *)_ms {