From eae7b26eaddff8c31f690e24d42d5b65edc31136 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 11 Mar 2016 10:42:27 +0900 Subject: [PATCH] Change Internal API to public API Change-Id: I9e0571cc7c01e593d1b1c0f6d6698d70fd5ab56f Signed-off-by: Seonah Moon --- packaging/ug-setting-mobileap-efl.spec | 2 +- src/mh_popup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4