From 5f8bd63cba88186b05d22581ea9edf02b1538caf Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Thu, 22 May 2008 08:02:48 +0000 Subject: FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17603 a1c6a512-1295-4272-9138-f99709370657 --- apps/root_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/root_menu.c') diff --git a/apps/root_menu.c b/apps/root_menu.c index 229341f..369f7d9 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -326,7 +326,7 @@ static const struct root_items items[] = { #ifdef HAVE_TAGCACHE [GO_TO_DBBROWSER] = { browser, (void*)GO_TO_DBBROWSER, &tagcache_menu }, #endif - [GO_TO_WPS] = { wpsscrn, NULL, &playback_menu_item }, + [GO_TO_WPS] = { wpsscrn, NULL, &playback_settings }, [GO_TO_MAINMENU] = { menu, NULL, &manage_settings }, #ifdef HAVE_RECORDING -- cgit v1.1