From: Shinwoo Kim Date: Wed, 13 Sep 2017 01:24:42 +0000 (+0000) Subject: Merge "check reply message of "GetNeighbor"" into tizen X-Git-Tag: submit/tizen/20170915.074959^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72f874269e39ea9b6854f366b632fe9fc04a9715;hp=5e6b82550dd2635f9a18eb82ab72fced8e3e3fcc;p=platform%2Fupstream%2Fat-spi2-core.git Merge "check reply message of "GetNeighbor"" into tizen --- diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c index 7948d1b..d180a15 100644 --- a/bus/at-spi-bus-launcher.c +++ b/bus/at-spi-bus-launcher.c @@ -958,10 +958,8 @@ main (int argc, _global_app, NULL); - if(!register_client(&_global_app->screen_reader)) - return FALSE; - if(!register_client(&_global_app->universal_switch)) - return FALSE; + register_client (&_global_app->screen_reader); + register_client (&_global_app->universal_switch); g_main_loop_run (_global_app->loop);