[at-spi2-atk] Correct the root path definition.



commit f8674835ec79fab9fdd96cf87f94b181959f2228
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Thu Jan 21 15:19:31 2010 -0800

    Correct the root path definition.

 common/spi-dbus.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common/spi-dbus.h b/common/spi-dbus.h
index 8b26a7d..5571ad4 100644
--- a/common/spi-dbus.h
+++ b/common/spi-dbus.h
@@ -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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]