From 482b45b2cb4366ebf58212804bc587bef9e0278d Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Fri, 17 Dec 2010 09:54:18 +0000 Subject: Stay in file browser (do not go to WPS) after adding a track to the playlist via the hotkey (FS#11344 by Ryan Sawhill) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28847 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/onplay.c b/apps/onplay.c index eb0c168..2411952 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1264,10 +1264,10 @@ static struct hotkey_assignment hotkey_items[] = { ONPLAY_RELOAD_DIR }, { HOTKEY_INSERT, LANG_INSERT, HOTKEY_FUNC(playlist_insert_func, (intptr_t*)PLAYLIST_INSERT), - ONPLAY_START_PLAY }, + ONPLAY_RELOAD_DIR }, { HOTKEY_INSERT_SHUFFLED, LANG_INSERT_SHUFFLED, HOTKEY_FUNC(playlist_insert_shuffled, NULL), - ONPLAY_OK }, + ONPLAY_RELOAD_DIR }, #ifdef HAVE_PICTUREFLOW_INTEGRATION { HOTKEY_PICTUREFLOW, LANG_ONPLAY_PICTUREFLOW, HOTKEY_FUNC(NULL, NULL), -- cgit v1.1