diff options
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.h')
-rw-r--r-- | calendar/conduits/todo/todo-conduit.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |