From ab3c3f3599edf3f04061dc42e733ed9f5cd95242 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 22 Dec 2009 20:46:29 +0000 Subject: [PATCH] Monotone-Parent: 342a840830ca9a56c37f7c05d3a5defaf3099bb7 Monotone-Revision: 6f84a669db2d05b99c1720fe9558575f53130156 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-22T20:46:29 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoUserFolder+Appointments.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoUserFolder+Appointments.m b/SoObjects/Appointments/SOGoUserFolder+Appointments.m index ac1ba9c86..506e1ac7c 100644 --- a/SoObjects/Appointments/SOGoUserFolder+Appointments.m +++ b/SoObjects/Appointments/SOGoUserFolder+Appointments.m @@ -98,7 +98,8 @@ - (NSArray *) _davPersonalCalendarURL { SOGoAppointmentFolders *parent; - NSArray *tag, *parentURL; + NSArray *tag; + NSString *parentURL; parent = [self privateCalendars: @"Calendar" inContext: context]; parentURL = [parent davURLAsString];