From: Seonah Moon Date: Fri, 11 Mar 2016 01:42:27 +0000 (+0900) Subject: Change Internal API to public API X-Git-Tag: accepted/tizen/mobile/20160311.061256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fmobile%2F20160311.061256;p=apps%2Fnative%2Fug-mobile-ap.git Change Internal API to public API Change-Id: I9e0571cc7c01e593d1b1c0f6d6698d70fd5ab56f Signed-off-by: Seonah Moon --- diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 606afcd..e49637c 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -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 diff --git a/src/mh_popup.c b/src/mh_popup.c index 3286434..856a143 100755 --- a/src/mh_popup.c +++ b/src/mh_popup.c @@ -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);