forked from len0rd/rockbox
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
This commit is contained in:
parent
eef96946e1
commit
a053e58894
14 changed files with 46 additions and 90 deletions
|
@ -468,12 +468,12 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected)
|
|||
{
|
||||
talk_menu_item(menu, &lists);
|
||||
}
|
||||
else if (action == ACTION_MENU_WPS)
|
||||
else if (action == ACTION_TREE_WPS)
|
||||
{
|
||||
ret = GO_TO_PREVIOUS_MUSIC;
|
||||
done = true;
|
||||
}
|
||||
else if (action == ACTION_MENU_STOP)
|
||||
else if (action == ACTION_TREE_STOP)
|
||||
{
|
||||
if (audio_status() && !global_settings.party_mode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue