]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@111 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 10:48:53 +0000 (10:48 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 10:48:53 +0000 (10:48 +0000)
SOGo/Main/sogod.m
SOGo/SoObjects/SOGo/SOGoObject.m

index a37d557ef30b95778dd9a9cec9c884c90431f94d..36f296f4eec9b0141b95f7eb074a121c1b548c21 100644 (file)
@@ -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
index 1bab70edd2ff18046bf5f2f1cde78d49c3bc512d..ad29501b0db42a02f96dff648194bc4bac000ac0 100644 (file)
   return nil;
 }
 
+/* WebDAV */
+
+- (NSString *)davDisplayName {
+  return [self nameInContainer];
+}
+
 /* description */
 
 - (void)appendAttributesToDescription:(NSMutableString *)_ms {