mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 22:05:57 +00:00
Monotone-Parent: 0bf2d169ac561f57a7e921d8f03772e095e7f54a
Monotone-Revision: c64c461218c3ef6df6bb6b4e44bbc060593787bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-08T21:29:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -88,6 +88,11 @@
|
||||
return selectedDayExtraStyle;
|
||||
}
|
||||
|
||||
- (NSTimeZone *) viewTimeZone
|
||||
{
|
||||
return timeZone;
|
||||
}
|
||||
|
||||
/* date ranges */
|
||||
|
||||
- (NSCalendarDate *) startDate
|
||||
|
||||
Reference in New Issue
Block a user