2009-01-07 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Wed, 7 Jan 2009 11:35:41 +0000 (11:35 +0000)
committerMark Doffman <mdoff@silver-wind.(none)>
Wed, 7 Jan 2009 11:35:41 +0000 (11:35 +0000)
        * registryd/registry.c
        Fix bug, the deviceeventcontroller was exposed
        over d-bus with the wrong name.

registryd/registry.c

index 51aaa4d..a15c673 100644 (file)
@@ -274,7 +274,7 @@ spi_registry_new (DBusConnection *bus, DRouteContext *droute)
                          reg);
 
   droute_path_add_interface (path,
-                             SPI_DBUS_INTERFACE_DEC,
+                             SPI_DBUS_INTERFACE_REGISTRY,
                              dev_methods,
                              NULL);