X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=droute%2Fdroute-test.c;h=8701517a254e3bd6ba1a8a67d4aa63b56f42c829;hb=690452f87b3b8c45acb3ea500b9591679b2f6a22;hp=32d85217f3e827d311268f932dc47e1bd9c292c5;hpb=ad5c3e7003b3002b002b93ca54441e4a6180b3a5;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/droute/droute-test.c b/droute/droute-test.c index 32d8521..8701517 100644 --- a/droute/droute-test.c +++ b/droute/droute-test.c @@ -249,7 +249,7 @@ int main (int argc, char **argv) dbus_error_init (&error); main_loop = g_main_loop_new(NULL, FALSE); bus = dbus_bus_get (DBUS_BUS_SESSION, &error); - dbus_connection_setup_with_g_main(bus, g_main_context_default()); + atspi_dbus_connection_setup_with_g_main(bus, g_main_context_default()); cnx = droute_new (bus); path = droute_add_one (cnx, TEST_OBJECT_PATH, object); @@ -267,7 +267,7 @@ int main (int argc, char **argv) test_properties); g_idle_add (do_tests_func, NULL); - g_main_run(main_loop); + g_main_loop_run(main_loop); if (success) return 0; else