From e2114f22b11df708fdf8d0ba901dbfe47d079609 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 13 Jan 2011 16:21:32 +0000 Subject: [PATCH] Monotone-Parent: bc5478c6da74ce0487be5bc0045ffb55f4ff5297 Monotone-Revision: ac24628ddb44dde266a92404e39060e7941fa959 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-01-13T16:21:32 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index caac31e59..fd5dcc0df 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -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];