mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Update UIxCalListingActions.m
This commit is contained in:
@@ -1314,7 +1314,7 @@ _computeBlocksPosition (NSArray *blocks)
|
||||
|
||||
if ([currentView isEqualToString: @"multicolumndayview"])
|
||||
{
|
||||
calendars = [[self _selectedCalendars] mutableCopy];
|
||||
calendars = (NSMutableArray *)[self _selectedCalendars];
|
||||
eventsByCalendars = [NSMutableArray arrayWithCapacity:[calendars count]];
|
||||
for (i = 0; i < [calendars count]; i++) // For each calendar
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user