projects
/
apps
/
native
/
ug-wifi-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c750537
)
Do not overwrite ret
56/294456/2
accepted/tizen/unified/20230621.023243
author
cheoleun moon
<chleun.moon@samsung.com>
Mon, 19 Jun 2023 12:34:04 +0000
(21:34 +0900)
committer
cheoleun moon
<chleun.moon@samsung.com>
Mon, 19 Jun 2023 12:35:03 +0000
(21:35 +0900)
Change-Id: I3a7997f06ccbba999035853f3217af068c7652fe
ui-gadget/view_detail.c
patch
|
blob
|
history
diff --git
a/ui-gadget/view_detail.c
b/ui-gadget/view_detail.c
index
e61d0db
..
74dbe88
100644
(file)
--- a/
ui-gadget/view_detail.c
+++ b/
ui-gadget/view_detail.c
@@
-268,7
+268,7
@@
static char *_view_detail_grouptitle_text_get(void *data,
retvm_if(NULL == _detail_data, NULL);
if (wifi_manager_ap_get_essid(_detail_data->ap, &tmp) != WIFI_MANAGER_ERROR_NONE)
-
ret = NULL
;
+
ERROR_LOG(UG_NAME_NORMAL, "Failed to get ESSID")
;
txt = evas_textblock_text_utf8_to_markup(NULL, tmp);
g_free(tmp);