Correct the root path definition.
authorMark Doffman <mark.doffman@codethink.co.uk>
Thu, 21 Jan 2010 23:19:31 +0000 (15:19 -0800)
committerMark Doffman <mark.doffman@codethink.co.uk>
Thu, 21 Jan 2010 23:20:04 +0000 (15:20 -0800)
common/spi-dbus.h

index 8b26a7d..5571ad4 100644 (file)
@@ -36,7 +36,7 @@ extern int _dbg;
 #define SPI_DBUS_INTERFACE_REGISTRY "org.freedesktop.atspi.Registry"
 
 #define SPI_DBUS_PATH_NULL "/org/freedesktop/atspi/null"
-#define SPI_DBUS_PATH_ROOT "/org/freedesktop/atspi/root"
+#define SPI_DBUS_PATH_ROOT "/org/freedesktop/atspi/accessible/root"
 
 #define SPI_DBUS_PATH_DEC "/org/freedesktop/atspi/registry/deviceeventcontroller"
 #define SPI_DBUS_INTERFACE_DEC "org.freedesktop.atspi.DeviceEventController"