See ChangeLog

Monotone-Parent: 069d5a277053f95c29a92bbfee86bb80f5286191
Monotone-Revision: 6cd8bd905c09bb0c1ce4a768771667db763991cb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-04-27T15:28:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-04-27 15:28:51 +00:00
parent 1dacd9c7ef
commit 3a1dab1f33
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-04-27 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
-_fillBlocks:withEvent:withNumber:]:): fixed index of recurrence
ID.
2009-04-22 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
+2 -2
View File
@@ -592,8 +592,8 @@ _userStateInEvent (NSArray *event)
eventStart = [[event objectAtIndex: 4] unsignedIntValue];
eventEnd = [[event objectAtIndex: 5] unsignedIntValue];
if ([[event objectAtIndex: 12] boolValue])
recurrenceTime = [[event objectAtIndex: 13] unsignedIntValue];
if ([[event objectAtIndex: 12] boolValue]) // c_iscycle
recurrenceTime = [[event objectAtIndex: 14] unsignedIntValue]; // c_recurrence_id
else
recurrenceTime = 0;