projects
/
profile
/
mobile
/
apps
/
native
/
myfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f9556
)
[TSAM-6374] converted string to markup before display
02/79502/1
submit/tizen_mobile/20160711.141545
author
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 11 Jul 2016 13:12:16 +0000
(18:42 +0530)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 11 Jul 2016 13:12:16 +0000
(18:42 +0530)
Change-Id: I2345d03517440b20f2bffa734e0188cea0a54795
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/widget/mf-genlist.c
patch
|
blob
|
history
diff --git
a/src/widget/mf-genlist.c
b/src/widget/mf-genlist.c
index
357b6fa
..
fd32337
100755
(executable)
--- a/
src/widget/mf-genlist.c
+++ b/
src/widget/mf-genlist.c
@@
-294,7
+294,7
@@
static char *__mf_genlist_gl_label_get_lite(void *data, Evas_Object *obj, const
return mf_fm_svc_get_file_name(params->m_ItemName);
} else {
- return g_strdup(
mf_file_get(params->m_ItemName->str
));
+ return g_strdup(
elm_entry_utf8_to_markup(mf_file_get(params->m_ItemName->str)
));
}
} else if (strcmp(part, "elm.text.sub.left.bottom") == 0) {