X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk-adaptor%2Fbridge.c;h=106fb71ea11c5a1b40bcd072760c288bc2b03868;hb=c079eb89c2774ce6fdea16951f70f524622fb7f2;hp=a579bca725dcddc9e3cd0a8ffde83fee3a5f8557;hpb=4b8ae8526eb73a03789b575f9dffa487fc05bdf3;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c index a579bca..106fb71 100644 --- a/atk-adaptor/bridge.c +++ b/atk-adaptor/bridge.c @@ -200,7 +200,7 @@ spi_app_init (AtkObject *root) /* Below line for testing -- it should be removed once at-spi-registryd is working */ if (dbus_bus_request_name(ad->droute.bus, "test.atspi.tree", 0, &error)) printf("Got test name.\n"); spi_register_tree_object(ad->droute.bus, &ad->droute, "/org/freedesktop/atspi/tree"); - if (!dbus_connection_try_register_fallback (ad->droute.bus, "/org/freedesktop/atspi/accessible/", &droute_vtable, &ad->droute, &error)) + if (!dbus_connection_try_register_fallback (ad->droute.bus, "/org/freedesktop/atspi/accessible", &droute_vtable, &ad->droute, &error)) { g_warning("Couldn't register droute.\n"); }