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:
Francis Lachapelle
2011-12-22 18:02:59 +00:00
parent c99642e256
commit 5d5691229a
6 changed files with 28 additions and 7 deletions
+4 -4
View File
@@ -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];