summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorHardeep Sidhu <dyp@pobox.com>2006-09-19 19:30:22 +0000
committerHardeep Sidhu <dyp@pobox.com>2006-09-19 19:30:22 +0000
commit202b65f8f075c525931f9e735e5b463f6a38be82 (patch)
tree4cfaf8144281c8b227a6932aadc15f54c85474aa /apps/onplay.c
parent7f1346d641b3d9ec26bc0e1d252b332443443cfa (diff)
downloadrockbox-202b65f8f075c525931f9e735e5b463f6a38be82.tar.gz
rockbox-202b65f8f075c525931f9e735e5b463f6a38be82.zip
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
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
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)
370 (selected_file_attr & ATTR_DIRECTORY)) 370 (selected_file_attr & ATTR_DIRECTORY))
371 { 371 {
372 items[i].desc = ID2P(LANG_INSERT); 372 items[i].desc = ID2P(LANG_INSERT);
373 args[i].position = PLAYLIST_INSERT; 373 args[i].position = PLAYLIST_INSERT_LAST;
374 args[i].queue = false; 374 args[i].queue = false;
375 i++; 375 i++;
376 376