Monotone-Parent: 497c7c0a555d415e36d1f2aba0f96b960a3f0c8c

Monotone-Revision: e273bb34274750526c6120e794b93dbb265681f0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-17T19:54:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-17 19:54:19 +00:00
parent 9c6a95c49b
commit 0685c97b53
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2010-06-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolders.m
(-reloadWebCalendars:): invoke -[self
_migrateWebCalendarsSettings] for when we are executing from a
non-Calendar module.
2010-06-16 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxListEditor.js (onDocumentKeydown):

View File

@@ -381,6 +381,7 @@
NSString *ref;
int count, max;
[self _migrateWebCalendarsSettings];
us = [[SOGoUser userWithLogin: owner] userSettings];
calSettings = [us objectForKey: @"Calendar"];
refs = [[calSettings objectForKey: @"WebCalendars"] allKeys];