Monotone-Parent: bc5478c6da74ce0487be5bc0045ffb55f4ff5297

Monotone-Revision: ac24628ddb44dde266a92404e39060e7941fa959

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-01-13T16:21:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-01-13 16:21:32 +00:00
parent 84a0a66c45
commit e2114f22b1

View File

@@ -281,7 +281,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence,
{
occurences = [[self calendar: NO secure: NO] allObjects];
max = [occurences count];
count = 1;
count = 1; // skip master event
while (!occurence && count < max)
{
currentOccurence = [occurences objectAtIndex: count];