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