From: Pawel Kurowski Date: Tue, 16 Jan 2018 14:42:06 +0000 (+0100) Subject: Redefine universal-switch vconf keys. X-Git-Tag: accepted/tizen/5.0/unified/20181102.023524^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F167276%2F2;p=platform%2Fupstream%2Fat-spi2-core.git Redefine universal-switch vconf keys. Change-Id: Ib01e580d4b263af6694cd473a3c313d6cdfc8bd6 --- diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c index ee4735d..9fb138e 100644 --- a/bus/at-spi-bus-launcher.c +++ b/bus/at-spi-bus-launcher.c @@ -36,8 +36,8 @@ #endif //TODO: move to vconf/vconf-internal-setting-keys.h? -#define VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH "db/setting/accessibility/universal-switch" -#define VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_SCANNING "db/setting/accessibility/universal-switch/scanning" +#define VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_CONFIGURATION_SERVICE "db/setting/accessibility/universal-switch/configuration-service" +#define VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_INTERACTION_SERVICE "db/setting/accessibility/universal-switch/interaction-service" #define MAX_NUMBER_OF_KEYS_PER_CLIENT 2 @@ -1076,8 +1076,8 @@ main (int argc, _global_app->universal_switch.name = "universal-switch"; _global_app->universal_switch.app_control_operation = APP_CONTROL_OPERATION_UNIVERSAL_SWITCH; - _global_app->universal_switch.vconf_key[0] = VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH; - _global_app->universal_switch.vconf_key[1] = VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_SCANNING; + _global_app->universal_switch.vconf_key[0] = VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_CONFIGURATION_SERVICE; + _global_app->universal_switch.vconf_key[1] = VCONFKEY_SETAPPL_ACCESSIBILITY_UNIVERSAL_SWITCH_INTERACTION_SERVICE; _global_app->universal_switch.number_of_keys = 2; for (i = 1; i < argc; i++)