From ac6902f2715b9af11a9a3f9915f31ce0cfd8d745 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 30 Jun 2004 10:48:53 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@111 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/Main/sogod.m | 7 +++++++ SOGo/SoObjects/SOGo/SOGoObject.m | 6 ++++++ 2 files changed, 13 insertions(+) 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 { -- 2.39.5