summaryrefslogtreecommitdiff
path: root/apps/menus/exported_menus.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/menus/exported_menus.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/menus/exported_menus.h')
-rw-r--r--apps/menus/exported_menus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h
index 37b5ff31d0..3d253e7dd9 100644
--- a/apps/menus/exported_menus.h
+++ b/apps/menus/exported_menus.h
@@ -26,7 +26,6 @@
26#ifndef PLUGIN 26#ifndef PLUGIN
27 27
28extern const struct menu_item_ex 28extern const struct menu_item_ex
29 main_menu_, /* main_menu.c */
30 display_menu, /* display_menu.c */ 29 display_menu, /* display_menu.c */
31 playback_settings, /* playback_menu.c */ 30 playback_settings, /* playback_menu.c */
32#ifdef HAVE_RECORDING 31#ifdef HAVE_RECORDING
@@ -38,12 +37,10 @@ extern const struct menu_item_ex
38 sound_settings, /* sound_menu.c */ 37 sound_settings, /* sound_menu.c */
39 settings_menu_item, /* settings_menu.c */ 38 settings_menu_item, /* settings_menu.c */
40 playlist_settings, /* playlist_menu.c */ 39 playlist_settings, /* playlist_menu.c */
41 playlist_options, /* playlist_menu.c */
42 equalizer_menu, /* eq_menu.c */ 40 equalizer_menu, /* eq_menu.c */
43#ifdef AUDIOHW_HAVE_EQ 41#ifdef AUDIOHW_HAVE_EQ
44 audiohw_eq_tone_controls, /* audiohw_eq_menu.c */ 42 audiohw_eq_tone_controls, /* audiohw_eq_menu.c */
45#endif 43#endif
46 info_menu, /* info_menu.c */
47 theme_menu; /* theme_menu.c */ 44 theme_menu; /* theme_menu.c */
48 45
49struct browse_folder_info { 46struct browse_folder_info {