From 3e98eb2de0d533e401ad07ed5b0e13cd973a5af3 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 20 Apr 2008 11:19:50 +0000 Subject: Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17186 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index faffb00..50921d0 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1585,7 +1585,7 @@ static bool insert_all_playlist(struct tree_context *c, int position, bool queue if (position == PLAYLIST_REPLACE) { - if (remove_all_tracks(NULL) == 0) + if (playlist_remove_all_tracks(NULL) == 0) position = PLAYLIST_INSERT_LAST; else return -1; } -- cgit v1.1