summaryrefslogtreecommitdiffstats
path: root/input/manager.c
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-05-28 07:39:21 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-05-28 07:39:21 +0000
commit7c426c4c7e234e28a4dffcb7d88feb0eeefcd5ce (patch)
treeabdf7590df42c39c745337585e305560ae591d4e /input/manager.c
parent617faeead1ffd6674cc1ab174815ff1395aec311 (diff)
input: removed old authorization method
Diffstat (limited to 'input/manager.c')
-rw-r--r--input/manager.c2
1 files changed, 1 insertions, 1 deletions
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;
}