set ug type and update genlist_style in wifi-qs 18/233218/2 accepted/tizen/unified/20200515.081414 submit/tizen/20200513.103153
authorCheoleun Moon <chleun.moon@samsung.com>
Wed, 13 May 2020 06:03:44 +0000 (15:03 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Wed, 13 May 2020 06:05:11 +0000 (15:05 +0900)
Change-Id: I3ec0b53e573c5d01dbd3df8e8199d533f834127e
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
packaging/wifi-efl-ug.spec
sources/wifi-syspopup/wifi-syspopup.c

index 6ff466e..0ad50f1 100644 (file)
@@ -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
index ada8cce..f7680c8 100755 (executable)
@@ -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;
 }