Support sending data with events
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / adaptors / action-adaptor.c
index ff28fdc..a6c409d 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <atk/atk.h>
 #include <droute/droute.h>
+#include "bridge.h"
 
 #include "spi-dbus.h"
 
@@ -250,7 +251,7 @@ static DRouteProperty properties[] = {
 void
 spi_initialize_action (DRoutePath * path)
 {
-  droute_path_add_interface (path,
+  spi_atk_add_interface (path,
                              ATSPI_DBUS_INTERFACE_ACTION,
                              spi_org_a11y_atspi_Action, methods, properties);
 };