mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user