mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: c33c456b52c6e6d4ee1f29bfd9ca57096b8d13be
Monotone-Revision: 5539e3c473023281dd04f7cb8a8fee051ac0735d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:08:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -310,8 +310,7 @@
|
||||
{
|
||||
calendarList = [NSMutableArray new];
|
||||
folder = [[self clientObject] container];
|
||||
allCalendars
|
||||
= [[folder calendarFoldersInContext: context] objectEnumerator];
|
||||
allCalendars = [[folder calendarFolders] objectEnumerator];
|
||||
currentCalendar = [allCalendars nextObject];
|
||||
while (currentCalendar)
|
||||
{
|
||||
@@ -743,7 +742,7 @@
|
||||
|
||||
co = [self clientObject];
|
||||
if (![co
|
||||
respondsToSelector: @selector(changeParticipationStatus:inContext:)])
|
||||
respondsToSelector: @selector(changeParticipationStatus:)])
|
||||
return [NSException exceptionWithHTTPStatus:400 /* Bad Request */
|
||||
reason:
|
||||
@"method cannot be invoked on the specified object"];
|
||||
|
||||
Reference in New Issue
Block a user