From f95fcda9d8f188600f8bafaeb0f67d544e72c6f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 8 Oct 2010 21:29:25 +0000 Subject: [PATCH] Monotone-Parent: 0bf2d169ac561f57a7e921d8f03772e095e7f54a Monotone-Revision: c64c461218c3ef6df6bb6b4e44bbc060593787bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-08T21:29:25 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Scheduler/UIxCalDateSelector.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6d03c50df..6f276c300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,9 @@ 2010-10-08 Wolfgang Sourdeau + * UI/Scheduler/UIxCalDateSelector.m (-viewTimeZone): restored + accessor, required for the proper display of the minimonth. + * SoObjects/Appointments/SOGoAppointmentFolder.m (-removeFolderSettings:withReference:): new method which removes the settings for keys "FreeBusyExclusions", "FolderColors", diff --git a/UI/Scheduler/UIxCalDateSelector.m b/UI/Scheduler/UIxCalDateSelector.m index 47305ccac..2b2559fe3 100644 --- a/UI/Scheduler/UIxCalDateSelector.m +++ b/UI/Scheduler/UIxCalDateSelector.m @@ -88,6 +88,11 @@ return selectedDayExtraStyle; } +- (NSTimeZone *) viewTimeZone +{ + return timeZone; +} + /* date ranges */ - (NSCalendarDate *) startDate