mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
See ChangeLog
Monotone-Parent: 81e5a2cbed9325efd0e582da75adabe4e79cff9f Monotone-Revision: 6132fa152e84c6f1d0cd0239e2dff1524f6b34c1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-27T14:41:38
This commit is contained in:
@@ -1023,6 +1023,7 @@ _computeBlocksPosition (NSArray *blocks)
|
||||
now = [NSCalendarDate calendarDate];
|
||||
taskDate
|
||||
= [NSCalendarDate dateWithTimeIntervalSince1970: endDateStamp];
|
||||
[taskDate setTimeZone: userTimeZone];
|
||||
if ([taskDate earlierDate: now] == taskDate)
|
||||
statusClass = @"overdue";
|
||||
else
|
||||
@@ -1034,7 +1035,7 @@ _computeBlocksPosition (NSArray *blocks)
|
||||
}
|
||||
}
|
||||
else
|
||||
statusClass = @"duelater";
|
||||
statusClass = @"noduedate";
|
||||
}
|
||||
|
||||
return statusClass;
|
||||
|
||||
Reference in New Issue
Block a user