2008-11-5 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / application.c
index 5ae7196..ccaa6c2 100644 (file)
@@ -103,7 +103,7 @@ static DRouteProperty properties[] = {
 static long
 obj_is_root (const char *path, void *user_data)
 {
-  AtkObject *obj = spi_dbus_get_object (path);
+  AtkObject *obj = atk_dbus_get_object (path);
   return (obj == atk_get_root ());
 }