From 5679f1aea0aef0158e9a4b82ed566faf8abcade7 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 29 Oct 2001 18:57:59 +0000 Subject: get the management object by id 2001-10-29 JP Rosevear * conduits/todo/todo-conduit-config.h (todoconduit_load_configuration): get the management object by id * conduits/calendar/calendar-conduit-config.h (calconduit_load_configuration): ditto svn path=/trunk/; revision=14353 --- calendar/conduits/todo/todo-conduit-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/conduits/todo') diff --git a/calendar/conduits/todo/todo-conduit-config.h b/calendar/conduits/todo/todo-conduit-config.h index c9a70ac363..010315291c 100644 --- a/calendar/conduits/todo/todo-conduit-config.h +++ b/calendar/conduits/todo/todo-conduit-config.h @@ -52,7 +52,7 @@ todoconduit_load_configuration (EToDoConduitCfg **c, guint32 pilot_id) (*c)->pilot_id = pilot_id; - management = gnome_pilot_conduit_management_new ("EToDo", GNOME_PILOT_CONDUIT_MGMT_NAME); + management = gnome_pilot_conduit_management_new ("e_todo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID); config = gnome_pilot_conduit_config_new (management, pilot_id); if (!gnome_pilot_conduit_config_is_enabled (config, &(*c)->sync_type)) (*c)->sync_type = GnomePilotConduitSyncTypeNotSet; -- cgit