[evolution/gnome-2-28] Bug #554779 - Removal of task due date does not sync from Palm
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-28] Bug #554779 - Removal of task due date does not sync from Palm
- Date: Fri, 27 Nov 2009 12:26:34 +0000 (UTC)
commit 1ef281a1de4679a2e318b87cdc1a99927971f15f
Author: Matt McCutchen 2 <matt mattmccutchen net>
Date: Fri Nov 27 13:24:37 2009 +0100
Bug #554779 - Removal of task due date does not sync from Palm
calendar/conduits/todo/todo-conduit.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index 89e012b..d22038f 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -909,7 +909,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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]