diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 13:26:52 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 13:26:52 +0100 |
commit | d8bf0f12b39f052055da0108e5f87fb82f1b2eb3 (patch) | |
tree | 42b44e70e22d3fac1b47d72d4feda768cd4b7453 /plugins/dbus_init.xml | |
parent | aab53d3b4456ac4190c6b8482998f86b5ddef9bb (diff) | |
download | portato-d8bf0f12b39f052055da0108e5f87fb82f1b2eb3.tar.gz portato-d8bf0f12b39f052055da0108e5f87fb82f1b2eb3.tar.bz2 portato-d8bf0f12b39f052055da0108e5f87fb82f1b2eb3.zip |
Cleaned up hooks
Diffstat (limited to 'plugins/dbus_init.xml')
-rw-r--r-- | plugins/dbus_init.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/dbus_init.xml b/plugins/dbus_init.xml index 8b93718..b17f269 100644 --- a/plugins/dbus_init.xml +++ b/plugins/dbus_init.xml @@ -7,9 +7,7 @@ <import>portato.plugins.dbus_init</import> <hooks> - <hook type="thread_init" call="dbus_init"> - <connect type="after" /> - </hook> + <hook type="main" call="dbus_init" /> </hooks> </plugin> |