Monotone-Parent: 0bf2d169ac561f57a7e921d8f03772e095e7f54a

Monotone-Revision: c64c461218c3ef6df6bb6b4e44bbc060593787bb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-08T21:29:25
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-10-08 21:29:25 +00:00
parent 950e55a7f7
commit f95fcda9d8
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,9 @@
2010-10-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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",

View File

@ -88,6 +88,11 @@
return selectedDayExtraStyle;
}
- (NSTimeZone *) viewTimeZone
{
return timeZone;
}
/* date ranges */
- (NSCalendarDate *) startDate