Fix cache object path and interface names
authorMike Gorse <mgorse@novell.com>
Mon, 24 May 2010 02:20:18 +0000 (22:20 -0400)
committerMike Gorse <mgorse@novell.com>
Mon, 24 May 2010 02:20:18 +0000 (22:20 -0400)
atk-adaptor/adaptors/cache-adaptor.c
atk-adaptor/bridge.c

index 04b605d..f363f8d 100644 (file)
@@ -35,7 +35,7 @@
 #include "introspection.h"
 
 /* TODO - This should possibly be a common define */
-#define SPI_OBJECT_PREFIX "/org/at_spi"
+#define SPI_OBJECT_PREFIX "/org/a11y/atspi"
 #define SPI_CACHE_OBJECT_SUFFIX "/cache"
 #define SPI_CACHE_OBJECT_PATH SPI_OBJECT_PREFIX SPI_CACHE_OBJECT_SUFFIX
 
index bd20727..cb14c8a 100644 (file)
@@ -442,7 +442,7 @@ adaptor_init (gint * argc, gchar ** argv[])
     droute_new (spi_global_app_data->bus);
 
   treepath = droute_add_one (spi_global_app_data->droute,
-                             "/org/at_spi/cache", spi_global_cache);
+                             "/org/a11y/atspi/cache", spi_global_cache);
 
   if (!treepath)
     {