X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=atk-adaptor%2Fadaptors%2Ftext-adaptor.c;h=be1034972ad2aa56ae1fa7ea6810f16942bb1e61;hp=80bb9214ea466bc1a0c7977427764a5899b9d6e0;hb=9eae1f7c2b818b5bd702f99ed97056ca76ea01f6;hpb=11b42d2e6e97b9f4fbee63cbf50fd9463e53c557 diff --git a/atk-adaptor/adaptors/text-adaptor.c b/atk-adaptor/adaptors/text-adaptor.c index 80bb921..be10349 100644 --- a/atk-adaptor/adaptors/text-adaptor.c +++ b/atk-adaptor/adaptors/text-adaptor.c @@ -26,6 +26,7 @@ #include #include +#include "bridge.h" #include "spi-dbus.h" #include "object.h" @@ -886,6 +887,6 @@ static DRouteProperty properties[] = { void spi_initialize_text (DRoutePath * path) { - droute_path_add_interface (path, - ATSPI_DBUS_INTERFACE_TEXT, spi_org_a11y_atspi_Text, methods, properties); + spi_atk_add_interface (path, + ATSPI_DBUS_INTERFACE_TEXT, spi_org_a11y_atspi_Text, methods, properties); };