From 7c426c4c7e234e28a4dffcb7d88feb0eeefcd5ce Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 28 May 2008 07:39:21 +0000 Subject: input: removed old authorization method --- input/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/manager.c') diff --git a/input/manager.c b/input/manager.c index aae101fd..65c51fb5 100644 --- a/input/manager.c +++ b/input/manager.c @@ -783,7 +783,7 @@ int input_manager_init(DBusConnection *conn, GKeyFile *config) /* Register well known HID devices */ register_stored_inputs(); - server_start(connection); + server_start(); return 0; } -- cgit