From ae5692831b81c6e4e7e45ebce11a2fe64f0be6f4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Dec 2000 20:00:45 +0000 Subject: Fix erroneous documentation 2000-12-20 JP Rosevear * conduits/todo/todo-conduit.h: Fix erroneous documentation * conduits/todo/todo-conduit.c (comp_from_remote_record): if !is_empty_time rather than is_empty_time (e_todo_context_new): Return a pointer rather than fill in a parameter (e_todo_context_foreach_change): Free just the key (e_todo_context_destroy): Plug this enormous leakage. I had assumed i had done this earlier, which isn't too bright when anything beyond 2 minutes ago is fuzzy. (comp_from_remote_record): Kill warnings (post_sync): Destroy the map later (conduit_get_gpilot_conduit): Fix e_todo_context_new params * conduits/calendar/calendar-conduit.[hc]: Similar to above svn path=/trunk/; revision=7105 --- calendar/conduits/todo/todo-conduit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 624c6271e7..80245b11b0 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -47,11 +47,11 @@ struct _EToDoLocalRecord { /* The corresponding Comp object */ CalComponent *comp; - /* pilot-link todo structure, used for implementing Transmit. */ + /* pilot-link todo structure */ struct ToDo *todo; }; -/* This is the context for all the GnomeCal conduit methods. */ +/* This is the context for all the Evolution ToDo conduit methods. */ typedef struct _EToDoConduitContext EToDoConduitContext; struct _EToDoConduitContext { EToDoConduitCfg *cfg; -- cgit v1.2.3