mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 17:31:23 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user