mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 798c1b77195e371f6d37fad19b19f46a832bc7a9
Monotone-Revision: d684b57b7bf66b9a06e7416922fb455994844b51 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-13T22:01:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -147,6 +147,8 @@
|
||||
addObject: [NSString stringWithFormat: @"%d", currentHour]];
|
||||
currentHour++;
|
||||
}
|
||||
[hoursToDisplay
|
||||
addObject: [NSString stringWithFormat: @"%d", currentHour]];
|
||||
}
|
||||
|
||||
return hoursToDisplay;
|
||||
@@ -257,7 +259,7 @@
|
||||
start = [currentTableDay hour: [self dayStartHour] minute: 0];
|
||||
endHour = [self dayEndHour];
|
||||
if (endHour < 24)
|
||||
end = [currentTableDay hour: [self dayEndHour] minute: 0];
|
||||
end = [currentTableDay hour: [self dayEndHour] minute: 59];
|
||||
else
|
||||
end = [[currentTableDay tomorrow] hour: 0 minute: 0];
|
||||
|
||||
@@ -288,7 +290,7 @@
|
||||
return currentAppointment;
|
||||
}
|
||||
|
||||
- (NSArray *) appointmentsClasses
|
||||
- (NSString *) appointmentsClasses
|
||||
{
|
||||
return [NSString stringWithFormat: @"appointments appointmentsFor%dDays",
|
||||
numberOfDays];
|
||||
|
||||
Reference in New Issue
Block a user