mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 15:40:32 +00:00
(fix) Tasks list sorting
This commit is contained in:
@@ -120,8 +120,8 @@
|
||||
NSComparisonResult result;
|
||||
unsigned int selfTime, otherTime;
|
||||
|
||||
result = [self _compareCompletionWithStatus1: [self objectAtIndex: taskCalendarNameIndex]
|
||||
andStatus2: [otherTask objectAtIndex: taskCalendarNameIndex]];
|
||||
result = [self _compareCompletionWithStatus1: [self objectAtIndex: taskStatusIndex]
|
||||
andStatus2: [otherTask objectAtIndex: taskStatusIndex]];
|
||||
if (result == NSOrderedSame)
|
||||
{
|
||||
// End date
|
||||
|
||||
Reference in New Issue
Block a user