mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
See ChangeLog
Monotone-Parent: dfb0905a14bcb6b22ea2b02eb9910b1e098aeaa9 Monotone-Revision: 78eddfb311776e904d4f6650bcc5e2930af4519a Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-14T16:47:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-10-14 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalMainActions.m
|
||||
We store the string value of the URL in our
|
||||
prefs, not the NSURL instance.
|
||||
|
||||
2009-10-13 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/NSDictionary+BSJSONAdditions.m
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
webCalendars = [NSMutableDictionary dictionary];
|
||||
[calSettings setObject: webCalendars forKey: @"WebCalendars"];
|
||||
}
|
||||
[webCalendars setObject: calendarURL forKey: calendarName];
|
||||
[webCalendars setObject: [calendarURL absoluteString] forKey: calendarName];
|
||||
[settings synchronize];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user