From f0a290a4980997257594fd44f0ba4b71689edb7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Stawicki?= Date: Thu, 7 Sep 2017 12:37:38 +0200 Subject: [PATCH] bugfix: at-spi-bus-launcher terminates when unviersal-switch vconf key not defined Change-Id: I4a891f300aeb4261938a9e5dbdf4cdf5749c7d05 --- bus/at-spi-bus-launcher.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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); -- 2.7.4