From 7c349155a53ccc3691037d02305c2cf594f2c15e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 8 Sep 2000 16:43:45 +0000 Subject: Tidy 2000-09-08 JP Rosevear * conduits/calendar/Makefile.am: Tidy * conduits/todo/Makefile.am: Tidy svn path=/trunk/; revision=5263 --- calendar/conduits/todo/todo-conduit-control-applet.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'calendar/conduits/todo/todo-conduit-control-applet.c') diff --git a/calendar/conduits/todo/todo-conduit-control-applet.c b/calendar/conduits/todo/todo-conduit-control-applet.c index 188aadc16e..7d0b159d70 100644 --- a/calendar/conduits/todo/todo-conduit-control-applet.c +++ b/calendar/conduits/todo/todo-conduit-control-applet.c @@ -351,14 +351,17 @@ main (int argc, char *argv[]) G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); - /* we're a capplet */ - gnome_capplet_init ("todo conduit control applet", NULL, argc, argv, + /* Init capplet */ + gnome_capplet_init ("Evolution ToDo conduit control applet", + NULL, argc, argv, NULL, 0, NULL); - gpc = gnome_pilot_client_new(); - gnome_pilot_client_connect_to_daemon(gpc); - pilotId = get_pilot_id_from_gpilotd(); - if(!pilotId) return -1; + /* Setup Client */ + gpc = gnome_pilot_client_new (); + gnome_pilot_client_connect_to_daemon (gpc); + pilotId = get_pilot_id_from_gpilotd (); + if (!pilotId) + return -1; /* put all code to set things up in here */ gcalconduit_load_configuration (&origState, pilotId); -- cgit v1.2.3