Change Internal API to public API 30/61830/1 accepted/tizen/common/20160311.201742 accepted/tizen/ivi/20160311.061355 accepted/tizen/mobile/20160311.061256 accepted/tizen/tv/20160311.061314 accepted/tizen/wearable/20160311.061334 submit/tizen/20160311.021321
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 11 Mar 2016 01:42:27 +0000 (10:42 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 11 Mar 2016 01:42:39 +0000 (10:42 +0900)
Change-Id: I9e0571cc7c01e593d1b1c0f6d6698d70fd5ab56f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/ug-setting-mobileap-efl.spec
src/mh_popup.c

index 606afcd..e49637c 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-mobileap-efl
 Summary:       Tethering UI Gadget Library
-Version:       1.0.125
+Version:       1.0.126
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 3286434..856a143 100755 (executable)
@@ -82,7 +82,7 @@ static void __launch_network_app(void)
                return;
        }
        app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT);
-       app_control_set_window(app_control, elm_win_xwindow_get(ug_get_window()));
+       app_control_set_launch_mode(app_control, APP_CONTROL_LAUNCH_MODE_GROUP);
        app_control_set_app_id(app_control, "setting-network-efl");
 
        ret = app_control_send_launch_request(app_control, NULL, NULL);