Monotone-Parent: f36908690fb1287e17d7bb0eb4155ddc4c6f6a55

Monotone-Revision: 3ea5e4c3ab43c68fb675c5144a1c3378da620a48

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-22T06:44:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-22 06:44:27 +00:00
parent a0de2d52f7
commit a1bda982f2
9 changed files with 66 additions and 23 deletions
+10 -6
View File
@@ -375,6 +375,10 @@ iRANGE(2);
[self _loadCategories];
[self _loadAttendees];
[self _loadRRules];
componentCalendar = [co container];
if ([componentCalendar isKindOfClass: [SOGoCalendarComponent class]])
componentCalendar = [componentCalendar container];
}
}
// /* cycles */
@@ -821,15 +825,15 @@ iRANGE(2);
return [calendars componentsJoinedByString: @","];
}
- (SOGoAppointmentFolder *) componentCalendar
{
SOGoAppointmentFolder *calendar;
return componentCalendar;
}
calendar = [[self clientObject] container];
if ([calendar isKindOfClass: [SOGoCalendarComponent class]])
calendar = [calendar container];
return calendar;
- (void) setComponentCalendar: (SOGoAppointmentFolder *) _componentCalendar
{
ASSIGN (componentCalendar, _componentCalendar);
}
/* priorities */