From 2f0f910e8113733d87dde0b51dbe3b925e7fc74e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Sep 2000 21:13:41 +0000 Subject: Add since field to context 2000-09-20 JP Rosevear * conduits/todo/todo-conduit.h: Add since field to context * conduits/todo/todo-conduit.c (map_set_node_timet): New utility function (map_sax_start_element): Look for the map timestamp as well (map_write): Write the map timestamp (pre_sync): Use the map time stamp when looking for changed entries * pcs/cal-backend.c (cal_backend_log_sax_start_element): Make sure we are in a valid timestamp svn path=/trunk/; revision=5527 --- calendar/conduits/todo/todo-conduit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/conduits/todo/todo-conduit.h') diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index 9e9a02e6db..20eb9ddd2d 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -63,6 +63,7 @@ struct _EToDoConduitContext { gboolean calendar_load_tried; gboolean calendar_load_success; + time_t since; GList *uids; GList *added; -- cgit v1.2.3