mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
Monotone-Parent: 5edc9c687517915e7079d29e0c44330d7b0309a8
Monotone-Revision: 9ea4114fbf6afc57384f977b75fb50113bf00a63 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-10T14:19:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -373,8 +373,14 @@
|
||||
|
||||
if (hasStartDate)
|
||||
[todo setStartDate: taskStartDate];
|
||||
else
|
||||
[todo setStartDate: nil];
|
||||
|
||||
if (hasDueDate)
|
||||
[todo setDue: taskDueDate];
|
||||
else
|
||||
[todo setDue: nil];
|
||||
|
||||
if ([status isEqualToString: @"COMPLETED"])
|
||||
[todo setCompleted: statusDate];
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user