From 45a86818e1f167d80b73f4a508fc888c6297df4c Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Sun, 8 Jun 2003 10:12:46 +0000 Subject: Call gnome_authentication_manager_init (). 2003-06-08 Dave Camp * components/adapter/main.c: (main): Call gnome_authentication_manager_init (). --- components/adapter/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components') diff --git a/components/adapter/main.c b/components/adapter/main.c index b6b51cbc0..a496c2d31 100644 --- a/components/adapter/main.c +++ b/components/adapter/main.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -112,6 +113,8 @@ main (int argc, char *argv[]) g_free (registration_id); + gnome_authentication_manager_init (); + /* Loop until we have no more objects. */ do { bonobo_main (); -- cgit v1.2.1