From c19e53654b857227e2be224d451037d432529299 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 20 Feb 2010 19:06:39 +0000 Subject: Playlist Viewer Changes to bring consistency: - combine its two context menus to one and - make the ACTION_STD_MENU go to the main menu as it does in all other screens - call playlist_viewer() via root_menu to reduce call depth and to be consistent with other screens (and for the above changes to be more flexible w.r.t to the following screen) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24791 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/onplay.h') diff --git a/apps/onplay.h b/apps/onplay.h index 23886df315..b0f1a187a3 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -27,7 +27,8 @@ enum { ONPLAY_MAINMENU = -1, ONPLAY_OK = 0, ONPLAY_RELOAD_DIR, - ONPLAY_START_PLAY + ONPLAY_START_PLAY, + ONPLAY_PLAYLIST, }; #endif -- cgit v1.2.3