From: shubham kumar Date: Mon, 3 Oct 2016 10:13:42 +0000 (+0530) Subject: [TSAM-8262]Add Playlist issue Resolved X-Git-Tag: submit/tizen_mobile/20161003.173300~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90cfbf24c5c232414ac81a579a57c8788e5a29b5;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git [TSAM-8262]Add Playlist issue Resolved Change-Id: I518f60246db7e8aac407dc0fb8ebada1eefdc740 Signed-off-by: shubham kumar --- diff --git a/src/widget/mp-popup.c b/src/widget/mp-popup.c index 19afa89..0ae34f4 100755 --- 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;