mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
See ChangeLog.
Monotone-Parent: c7ba56b63e2f4ecf7da169cccef30b4c8ebeb0ad Monotone-Revision: e4a697198e9d44e460b6a4c27b94149145803430 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-22T18:02:59
This commit is contained in:
@@ -511,15 +511,15 @@
|
||||
if (hasStartDate)
|
||||
[todo setStartDate: taskStartDate];
|
||||
else
|
||||
[todo setStartDate: nil];
|
||||
{
|
||||
[todo setStartDate: nil];
|
||||
[todo removeAllAlarms];
|
||||
}
|
||||
|
||||
if (hasDueDate)
|
||||
[todo setDue: taskDueDate];
|
||||
else
|
||||
{
|
||||
[todo setDue: nil];
|
||||
[todo removeAllAlarms];
|
||||
}
|
||||
|
||||
if ([status isEqualToString: @"COMPLETED"])
|
||||
[todo setCompleted: statusDate];
|
||||
|
||||
Reference in New Issue
Block a user