projects
/
profile
/
iot
/
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:
a9c6b36
)
(TIZENIOT-1848) [Music] Apply animation in recently added/favorite/playlists
60/240560/1
submit/tizen/20200810.061657
author
divyanshugautam17
<divyanshu.gm@samsung.com>
Fri, 7 Aug 2020 11:42:37 +0000
(17:12 +0530)
committer
divyanshugautam17
<divyanshu.gm@samsung.com>
Fri, 7 Aug 2020 11:42:37 +0000
(17:12 +0530)
Change-Id: Ib39ac5a80066eafa761db41d841410f6fdd6ceb2
src/widget/mp-track-list.c
patch
|
blob
|
history
diff --git
a/src/widget/mp-track-list.c
b/src/widget/mp-track-list.c
index f458330f663ed10ef12e4aea398b1ec73dba00b5..65d853fd69e8f6d1be7bed7673b906d5f32b27a7 100755
(executable)
--- a/
src/widget/mp-track-list.c
+++ b/
src/widget/mp-track-list.c
@@
-1601,10
+1601,8
@@
static void _mp_track_list_update(void *thiz)
} else if (list->track_type == MP_TRACK_BY_ADDED_TIME) {
helptext = g_strdup(STR_MP_AFTER_YOU_DOWNLOAD_TRACKS);
}
-
list->no_content =
- mp_widget_create_no_content_playlist(list->box, helptext,
- callback, cb_data);
+ mp_widget_create_no_contents(list->box,MP_NOCONTENT_TRACKS, NULL,list);
IF_FREE(helptext);
} else {
list->no_content =