Monotone-Parent: 97b95195a7611cd2eef64b51a69ae3a2308cef6a

Monotone-Revision: 2c4979aac05ff59d2bca154679eb3ebc8df8cd8f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:54:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-11 18:54:10 +00:00
parent 1440249a7c
commit 5147e8a004
6 changed files with 19 additions and 18 deletions

View File

@@ -52,18 +52,18 @@
/* NOTE: this fetches coreInfos instead of overviewInfos
* as is done in the superclass!
*/
- (NSArray *)fetchCoreInfos {
if (!self->appointments) {
id folder;
NSCalendarDate *sd, *ed;
// - (NSArray *)fetchCoreInfos {
// if (!self->appointments) {
// id folder;
// NSCalendarDate *sd, *ed;
folder = [self clientObject];
sd = [self startDate];
ed = [self endDate];
[self setAppointments:[folder fetchCoreInfosFrom:sd to:ed]];
}
return self->appointments;
}
// folder = [self clientObject];
// sd = [self startDate];
// ed = [self endDate];
// [self setAppointments: [folder fetchCoreAppointmentsInfos]];
// }
// return self->appointments;
// }
/* accessors */