diff options
author | Thomas Martitz <kugel@rockbox.org> | 2011-01-29 01:01:12 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2011-01-29 01:01:12 +0000 |
commit | 89a4cf26933a1c82e4da8f4a382ed9b80f43956e (patch) | |
tree | 52957ee5ecc0351b556e818c9a67da440215ed31 /apps/root_menu.h | |
parent | 3f709eada2d67418971ec1c5d907a06ba9161200 (diff) |
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.h | 2 |
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 { will need editing if this is the case. */ GO_TO_BROWSEPLUGINS, GO_TO_TIMESCREEN, + GO_TO_PLAYLISTS_SCREEN, GO_TO_PLAYLIST_VIEWER, + GO_TO_SYSTEM_SCREEN, }; extern const struct menu_item_ex root_menu_; |