diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2020-04-23 16:11:28 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2020-04-23 16:11:28 +0900 |
commit | 5217e3ca47b3a63bc9e11df9daf62ae797e81ac3 (patch) | |
tree | 0c8d40819dfb52a92fe12e8a10d207d63584855d | |
parent | 5c02915687aa6adeabb353894e7522e6b44edb61 (diff) | |
download | watch-setting-accepted/tizen_6.0_unified_hotfix.tar.gz watch-setting-accepted/tizen_6.0_unified_hotfix.tar.bz2 watch-setting-accepted/tizen_6.0_unified_hotfix.zip |
Modify the name of BT launch typetizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen/20200427.000510accepted/tizen/unified/20200427.031418accepted/tizen/6.0/unified/hotfix/20201103.045609accepted/tizen/6.0/unified/20201030.103025tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified
Change-Id: I3e2e956b1f58f86422f5b55a042c18e5e18089bf
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | src/setting-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setting-connection.c b/src/setting-connection.c index a85ed99..7a619c8 100644 --- a/src/setting-connection.c +++ b/src/setting-connection.c @@ -296,7 +296,7 @@ void _bluetooth_cb(void *data, Evas_Object *obj, void *event_info) extra_app_data extra_app = { .app_id = "org.tizen.bluetooth", .extra_data_name = "launch-type", - .extra_value = "settings", + .extra_value = "setting", .set_operation = NULL, .launch_group_mode = false }; |