From 3616e3ea5d686c899eb066c99a1dd19b0b177913 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 6 Jan 2010 20:32:24 +0000 Subject: [PATCH] Monotone-Parent: 97e795c79669e6b1d2bf9a2cb6e39a6912c0f5c7 Monotone-Revision: 8926ad29066b13cd6059654d2adc0d2263f99e28 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T20:32:24 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Scheduler/UIxAppointmentEditor.m | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afe1a3c54..5320fc31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-01-06 Wolfgang Sourdeau + * UI/Scheduler/UIxAppointmentEditor.m (-newAction): new events + have an ".ics" extension instead of ".vcf". + * UI/Scheduler/UIxCalMainView.m (-_setupContext): only invoked once per instance. (-checkDefaultModulePreference): synchronize the user defaults diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 4f44e1ed1..cae453ff7 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -326,7 +326,7 @@ method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment", [co soURL], objectId]; else - method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment", + method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.ics/editAsAppointment", [self userFolderPath], objectId]; uri = [self completeHrefForMethod: method]; result = [self redirectToLocation: uri];