From 46f7b6a608a604c6c0f0f817b56853f6e507aeba Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 21 Mar 2003 20:47:29 +0000 Subject: Fixes #32248 2003-03-21 JP Rosevear Fixes #32248 * conduits/todo/todo-conduit.c (comp_from_remote_record): make sure the due date is actually a date svn path=/trunk/; revision=20459 --- calendar/ChangeLog | 9 +++++++++ calendar/conduits/todo/todo-conduit.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 84343f98eb..7f18449320 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2003-03-21 JP Rosevear + Fixes #32248 + + * conduits/todo/todo-conduit.c (comp_from_remote_record): make + sure the due date is actually a date + +2003-03-21 JP Rosevear + + Fixes #31660 + * conduits/calendar/calendar-conduit.c (rrules_mostly_equal): check if the rrules are equal other than until/count (find_last_cb): update the data with the start timet diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index 98f586716d..c61f79f7d0 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -780,7 +780,7 @@ comp_from_remote_record (GnomePilotConduitSyncAbs *conduit, } if (!is_empty_time (todo.due)) { - due = tm_to_icaltimetype (&todo.due, FALSE); + due = tm_to_icaltimetype (&todo.due, TRUE); dt.value = &due; cal_component_set_due (comp, &dt); } -- cgit v1.2.3