Monotone-Parent: 53e31f736284762567ba9dd0f85ca935769b14da

Monotone-Revision: eef1670b5893ad8df47967498257fdeeffe9a146

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T15:22:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-18 15:22:10 +00:00
parent 4cadfd9e25
commit 45ffa33ddd
7 changed files with 11 additions and 6 deletions

View File

@@ -70,6 +70,7 @@
}
- (void)setDate:(NSCalendarDate *)_date {
NSLog (@"^^^^^^ %@: setDate: %@", self, _date);
int minuteValue;
if (!_date)
_date = [NSCalendarDate date];
@@ -95,8 +96,10 @@
}
- (void)setHour:(id)_hour {
NSLog (@"---------------- setHour:");
ASSIGN(hour, _hour);
}
- (id)hour {
return hour;
}
@@ -134,6 +137,7 @@
- (void) setDayStartHour: (unsigned int) aStartHour
{
NSLog (@"******************** setDayStartHour...");
startHour = aStartHour;
}
@@ -248,6 +252,7 @@
NSCalendarDate *d;
unsigned _year, _month, _day, _hour, _minute, _second;
NSLog (@"******************** %@: take values...", self);
/* call super, so that the form values are applied on the popups */
[super takeValuesFromRequest:_rq inContext:_ctx];