From 0685c97b5330d7bdae6ec129ba10e89d5575b467 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 17 Jun 2010 19:54:19 +0000 Subject: [PATCH] Monotone-Parent: 497c7c0a555d415e36d1f2aba0f96b960a3f0c8c Monotone-Revision: e273bb34274750526c6120e794b93dbb265681f0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-17T19:54:19 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++++ SoObjects/Appointments/SOGoAppointmentFolders.m | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8956b264b..30f3e7b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-17 Wolfgang Sourdeau + + * SoObjects/Appointments/SOGoAppointmentFolders.m + (-reloadWebCalendars:): invoke -[self + _migrateWebCalendarsSettings] for when we are executing from a + non-Calendar module. + 2010-06-16 Francis Lachapelle * UI/WebServerResources/UIxListEditor.js (onDocumentKeydown): diff --git a/SoObjects/Appointments/SOGoAppointmentFolders.m b/SoObjects/Appointments/SOGoAppointmentFolders.m index 26082c603..13a7b5b8f 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolders.m +++ b/SoObjects/Appointments/SOGoAppointmentFolders.m @@ -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];