From 77786ffd8457b704854f5572269a891103aad43b Mon Sep 17 00:00:00 2001 From: Matt McCutchen 2 Date: Fri, 27 Nov 2009 13:23:32 +0100 Subject: Bug #554779 - Removal of task due date does not sync from Palm --- calendar/conduits/todo/todo-conduit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/conduits/todo') diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index a625cc7c39..fd1e906da7 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -913,7 +913,8 @@ comp_from_remote_record (GnomePilotConduitSyncAbs *conduit, due = tm_to_icaltimetype (&todo.due, TRUE); dt.value = &due; e_cal_component_set_due (comp, &dt); - } + } else + e_cal_component_set_due (comp, NULL); switch (todo.priority) { case 1: -- cgit v1.2.3