From b96cff0d99231f47a1d86e6d8114cdb48eac20f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 24 Aug 2007 18:45:56 +0000 Subject: [PATCH] Monotone-Parent: 10ee465c100361bd7d29696c41a31e2501089432 Monotone-Revision: dba6030e8ab5f3e8a853dc8c3dc20a3e3fb3973a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-24T18:45:56 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoUserFolder.m b/SoObjects/SOGo/SOGoUserFolder.m index 933779c33..8db12b30e 100644 --- a/SoObjects/SOGo/SOGoUserFolder.m +++ b/SoObjects/SOGo/SOGoUserFolder.m @@ -101,7 +101,7 @@ - (NSString *) ocsPrivateCalendarPath { - return [[self ocsUserPath] stringByAppendingString:@"/Calendar"]; + return [[self ocsUserPath] stringByAppendingString:@"/Calendar/personal"]; } - (NSString *) ocsPrivateContactsPath