From: Shubham Kumar Date: Thu, 17 Mar 2016 06:32:26 +0000 (+0530) Subject: [TSAM-1239]Missing total track duration issue resolved X-Git-Tag: accepted/tizen/mobile/20160407.002137~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f3f9e9b27ee66a77ebfcd34e35a01cc43946f87;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git [TSAM-1239]Missing total track duration issue resolved Change-Id: I0fb3d44df659dad785efe49717ab391463c16053 Signed-off-by: Shubham Kumar --- diff --git a/src/widget/mp-album-detail-list.c b/src/widget/mp-album-detail-list.c index 1e75ba4..e445696 100755 --- a/src/widget/mp-album-detail-list.c +++ b/src/widget/mp-album-detail-list.c @@ -277,7 +277,7 @@ _mp_album_detail_list_album_text_get(void *data, Evas_Object *obj, const char *p if (!strcmp(part, "elm.text")) { return g_strdup(elm_entry_utf8_to_markup(list->artist)); - } else if (!strcmp(part, "elm.text.end")) { + } else if (!strcmp(part, "elm.text.sub")) { char *text = NULL; char *tmp = NULL; char time[16] = "";