summaryrefslogtreecommitdiff
path: root/apps/root_menu.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-01-29 01:01:12 +0000
committerThomas Martitz <kugel@rockbox.org>2011-01-29 01:01:12 +0000
commit89a4cf26933a1c82e4da8f4a382ed9b80f43956e (patch)
tree52957ee5ecc0351b556e818c9a67da440215ed31 /apps/root_menu.h
parent3f709eada2d67418971ec1c5d907a06ba9161200 (diff)
downloadrockbox-89a4cf26933a1c82e4da8f4a382ed9b80f43956e.tar.gz
rockbox-89a4cf26933a1c82e4da8f4a382ed9b80f43956e.zip
Change the way how playlists and system menu items in the main menu are internally invoked so that the mechanism to
pass the back button press to the android system (to let it go to the home screen) works for them. This fixes that the back button goes still to the home screen after entering these items. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/root_menu.h')
-rw-r--r--apps/root_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/root_menu.h b/apps/root_menu.h
index 739ec8c4e9..3d18d18604 100644
--- a/apps/root_menu.h
+++ b/apps/root_menu.h
@@ -55,7 +55,9 @@ enum {
55 will need editing if this is the case. */ 55 will need editing if this is the case. */
56 GO_TO_BROWSEPLUGINS, 56 GO_TO_BROWSEPLUGINS,
57 GO_TO_TIMESCREEN, 57 GO_TO_TIMESCREEN,
58 GO_TO_PLAYLISTS_SCREEN,
58 GO_TO_PLAYLIST_VIEWER, 59 GO_TO_PLAYLIST_VIEWER,
60 GO_TO_SYSTEM_SCREEN,
59}; 61};
60 62
61extern const struct menu_item_ex root_menu_; 63extern const struct menu_item_ex root_menu_;