From 58168f7a5698648a2e8f023949749941554dd934 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Wed, 13 May 2020 15:03:44 +0900 Subject: [PATCH] set ug type and update genlist_style in wifi-qs Change-Id: I3ec0b53e573c5d01dbd3df8e8199d533f834127e Signed-off-by: Cheoleun Moon --- packaging/wifi-efl-ug.spec | 2 +- sources/wifi-syspopup/wifi-syspopup.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 6ff466e..0ad50f1 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,6 +1,6 @@ Name: wifi-efl-ug Summary: Wi-Fi UI Gadget for TIZEN -Version: 1.0.245 +Version: 1.0.246 Release: 1 Group: App/Network License: Flora-1.1 diff --git a/sources/wifi-syspopup/wifi-syspopup.c b/sources/wifi-syspopup/wifi-syspopup.c index ada8cce..f7680c8 100755 --- a/sources/wifi-syspopup/wifi-syspopup.c +++ b/sources/wifi-syspopup/wifi-syspopup.c @@ -628,6 +628,11 @@ static bool app_create(void *data) bindtextdomain(PACKAGE, LOCALEDIR); + if (is_common_profile()) + common_util_set_ug_type(UG_VIEW_IOT_COMMON); + else + common_util_set_ug_type(UG_VIEW_DEFAULT); + common_util_update_genlist_style(); __COMMON_FUNC_EXIT__; return true; } -- 2.7.4