12 lines
663 B
Diff
12 lines
663 B
Diff
diff -up evolution-2.10.3/calendar/conduits/todo/todo-conduit.c.todo-conduit evolution-2.10.3/calendar/conduits/todo/todo-conduit.c
|
|
--- evolution-2.10.3/calendar/conduits/todo/todo-conduit.c.todo-conduit 2007-11-03 15:21:56.000000000 -0400
|
|
+++ evolution-2.10.3/calendar/conduits/todo/todo-conduit.c 2007-11-03 15:22:10.000000000 -0400
|
|
@@ -992,7 +992,7 @@ comp_from_remote_record (GnomePilotCondu
|
|
e_cal_component_set_status (comp, ICAL_STATUS_NEEDSACTION);
|
|
}
|
|
|
|
- if (!is_empty_time (todo.due)) {
|
|
+ if (!todo.indefinite && !is_empty_time (todo.due)) {
|
|
due = tm_to_icaltimetype (&todo.due, TRUE);
|
|
dt.value = &due;
|
|
e_cal_component_set_due (comp, &dt);
|