mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 13:16:23 +00:00
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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user