Redefine universal-switch vconf keys. 76/167276/2 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.023524 accepted/tizen/unified/20180803.172634 submit/tizen/20180802.025248 submit/tizen/20180802.030818 submit/tizen/20180803.032352 submit/tizen/20180803.043714 submit/tizen_5.0/20181101.000005
authorPawel Kurowski <p.kurowski2@samsung.com>
Tue, 16 Jan 2018 14:42:06 +0000 (15:42 +0100)
committerLukasz Oleksak <l.oleksak@samsung.com>
Thu, 19 Jul 2018 09:58:18 +0000 (09:58 +0000)
Change-Id: Ib01e580d4b263af6694cd473a3c313d6cdfc8bd6

bus/at-spi-bus-launcher.c

index ee4735d..9fb138e 100644 (file)
@@ -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++)