From 202b65f8f075c525931f9e735e5b463f6a38be82 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Tue, 19 Sep 2006 19:30:22 +0000 Subject: Use INSERT_LAST when creating a new playlist. Fixes B#6028. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11004 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 7aa74d36ac..4fd9d41056 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -370,7 +370,7 @@ static bool playlist_options(void) (selected_file_attr & ATTR_DIRECTORY)) { items[i].desc = ID2P(LANG_INSERT); - args[i].position = PLAYLIST_INSERT; + args[i].position = PLAYLIST_INSERT_LAST; args[i].queue = false; i++; -- cgit v1.2.3