summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-08 01:33:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-08 01:33:01 +0000
commita053e58894292e1f12e4af578b9948da9cbdf76c (patch)
treed33f0888cb551dff27088c872065f338f3648f04 /apps/menu.c
parenteef96946e1e962473e9049005eec2b2d0b2f8463 (diff)
downloadrockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.tar.gz
rockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.zip
minor actions cleanup:
- CONTEXT_MAINMENU is not actually needed, use CONTEXT_TREE which does the same actions - (gigabeat) use vol+/- in the lists to control volume (every list!) (FS#6982 in a better way) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 5722d1fae6..b1ba9ea0e0 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -468,12 +468,12 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
468 { 468 {
469 talk_menu_item(menu, &lists); 469 talk_menu_item(menu, &lists);
470 } 470 }
471 else if (action == ACTION_MENU_WPS) 471 else if (action == ACTION_TREE_WPS)
472 { 472 {
473 ret = GO_TO_PREVIOUS_MUSIC; 473 ret = GO_TO_PREVIOUS_MUSIC;
474 done = true; 474 done = true;
475 } 475 }
476 else if (action == ACTION_MENU_STOP) 476 else if (action == ACTION_TREE_STOP)
477 { 477 {
478 if (audio_status() && !global_settings.party_mode) 478 if (audio_status() && !global_settings.party_mode)
479 { 479 {