Monotone-Parent: 6e571370868349ff9fdc22d99f98878688e1a798

Monotone-Revision: 648ca938b27c6fb6be0365e39d56a5441ded8ed5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-05T20:13:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-05 20:13:16 +00:00
parent 28836b1b35
commit 96cdace6fe
3 changed files with 13 additions and 13 deletions

View File

@@ -421,11 +421,11 @@ static BOOL shouldDisplayWeekend = NO;
- (NSArray *) fetchCoreInfos
{
if (!self->appointments)
SOGoAppointmentFolder *folder;
NSCalendarDate *sd, *ed;
if (!self->appointments)
{
id folder;
NSCalendarDate *sd, *ed;
folder = [self clientObject];
sd = [self startDate];
ed = [self endDate];