Monotone-Parent: 99c8c58678885e800d0e6a30a23a2de8bd56adab

Monotone-Revision: 11f8d83d73adbe0533367093aedd11247bf76b6d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-08T15:37:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-08 15:37:02 +00:00
parent 1890394605
commit a485c40823
7 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
/* binding accessors */
- (void)setSelectedDate:(NSCalendarDate *)_date {
[_date setTimeZone:[self viewTimeZone]];
[_date setTimeZone:[[self clientObject] userTimeZone]];
ASSIGN(self->selectedDate, _date);
}
- (NSCalendarDate *)selectedDate {