* atk-adaptor/event.c, registry/deviceeventcontroller.c,
spi-common/spi-dbus.h: Fix DeviceEventController paths.
message =
dbus_message_new_method_call(SPI_DBUS_NAME_REGISTRY,
- SPI_DBUS_PATH_REGISTRY,
+ SPI_DBUS_PATH_DEC,
SPI_DBUS_INTERFACE_DEC,
"notifyListenersSync");
dec->bus = bus;
path = droute_add_one (droute,
- "/org/freedesktop/atspi/registry/deviceeventcontroller",
+ SPI_DBUS_PATH_DEC,
dec);
droute_path_add_interface (path,
extern int _dbg;
-#define SPI_DBUS_PATH_DEC "/org/freedesktop/atspi/registry/dec"
+#define SPI_DBUS_PATH_DEC "/org/freedesktop/atspi/registry/deviceeventcontroller"
#define SPI_DBUS_INTERFACE_ACCESSIBLE "org.freedesktop.atspi.Accessible"
#define SPI_DBUS_INTERFACE_ACTION "org.freedesktop.atspi.Action"
#define SPI_DBUS_INTERFACE_APPLICATION "org.freedesktop.atspi.Application"