Monotone-Parent: 97e795c79669e6b1d2bf9a2cb6e39a6912c0f5c7

Monotone-Revision: 8926ad29066b13cd6059654d2adc0d2263f99e28

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-06T20:32:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-01-06 20:32:24 +00:00
parent 4006945c7b
commit 3616e3ea5d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2010-01-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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
+1 -1
View File
@@ -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];