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:
Ludovic Marcotte
2009-10-14 16:47:15 +00:00
parent 46e5267215
commit 29e239bba0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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];
}