Change-Id: I9e0571cc7c01e593d1b1c0f6d6698d70fd5ab56f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
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
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);