projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7040e9e
)
[TSAM-8262]Add Playlist issue Resolved
43/90643/1
author
shubham kumar
<shubham.srib@samsung.com>
Mon, 3 Oct 2016 10:13:42 +0000
(15:43 +0530)
committer
shubham kumar
<shubham.srib@samsung.com>
Mon, 3 Oct 2016 10:13:42 +0000
(15:43 +0530)
Change-Id: I518f60246db7e8aac407dc0fb8ebada1eefdc740
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/widget/mp-popup.c
patch
|
blob
|
history
diff --git
a/src/widget/mp-popup.c
b/src/widget/mp-popup.c
index 19afa89d92348ba596de33f946cdc878c912b83e..0ae34f4d4919a25079f6e28194e27d786f17c1a4 100755
(executable)
--- a/
src/widget/mp-popup.c
+++ b/
src/widget/mp-popup.c
@@
-81,7
+81,7
@@
_mp_popup_gl_label_get2(void *data, Evas_Object * obj, const char *part)
if (gli_data->content != NULL) {
label = g_strconcat(GET_STR(gli_data->label), " : ", gli_data->content, NULL);
} else {
- label = g_strdup(
GET_STR
(gli_data->label));
+ label = g_strdup(
elm_entry_utf8_to_markup
(gli_data->label));
}
return label;