mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user