Change Wi-FI Direct UG appid 00/62400/1 submit/tizen/20160316.023408
authorYu Jiung <jiung.yu@samsung.com>
Wed, 16 Mar 2016 02:24:12 +0000 (11:24 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Wed, 16 Mar 2016 02:24:20 +0000 (11:24 +0900)
Descripton: This change is related to https://review.tizen.org/gerrit/#/c/62327/1

Change-Id: I7b406ee94a2ce0ee32a52d128aa8c7891792eb15
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/wifi-efl-ug.spec
sources/ui-gadget/viewers-layout/viewer_manager.c

index 8a2f782..96ccc5c 100644 (file)
@@ -1,7 +1,7 @@
 %define _unpackaged_files_terminate_build 0
 Name:          wifi-efl-ug
 Summary:       Wi-Fi UI Gadget for TIZEN
-Version:       1.0.163
+Version:       1.0.164
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index ed19426..24a5d17 100755 (executable)
@@ -93,7 +93,7 @@ static void _launch_wifi_direct_app(void)
        app_control_create(&app_control);
        app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT);
        app_control_set_launch_mode(app_control, APP_CONTROL_LAUNCH_MODE_GROUP);
-       app_control_set_app_id(app_control, "setting-wifidirect-efl");
+       app_control_set_app_id(app_control, "ug-setting-wifidirect-efl");
 
        ret = app_control_send_launch_request(app_control, NULL, NULL);
        if(ret == APP_CONTROL_ERROR_NONE) {