From 04ff821b47c93ef94a8f924d81d6d3f56874b38c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 16 Feb 2007 16:56:59 +0000 Subject: [PATCH] Monotone-Parent: 2540487a05e7bb9fc84659a2130943271ca3ba9b Monotone-Revision: 04a60f0ffcce00cdaa013ad4aa3a7c52d424be5d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-16T16:56:59 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 2 +- UI/Scheduler/UIxComponentEditor.m | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 5c2d39c72..da2fda638 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -128,7 +128,7 @@ [stamp setTimeZone: utc]; s = [self iCalParticipantsAndResourcesStringFromQueryParameters]; - template = [NSString stringWithFormat:iCalStringTemplate, + template = [NSString stringWithFormat: iCalStringTemplate, [[self clientObject] nameInContainer], [stamp iCalFormattedDateTimeString], [lStartDate iCalFormattedDateTimeString], diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index e23e664a8..41eb62bc2 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -761,7 +761,6 @@ return iCalString; } - - (NSArray *) availableCalendars { NSEnumerator *rawContacts;