Merge "check reply message of "GetNeighbor"" into tizen submit/tizen/20170915.074959
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 13 Sep 2017 01:24:42 +0000 (01:24 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 13 Sep 2017 01:24:42 +0000 (01:24 +0000)
bus/at-spi-bus-launcher.c

index 7948d1b..d180a15 100644 (file)
@@ -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);