UP/DOWN behaviour in bookmark navigation was mirrored in recent button overhaul
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af512abe5e
commit
30c1358f87
1 changed files with 2 additions and 2 deletions
|
@ -688,11 +688,11 @@ static char* select_bookmark(const char* bookmark_file_name)
|
|||
while (button_get(false)); /* clear button queue */
|
||||
break;
|
||||
|
||||
case SETTINGS_DEC:
|
||||
case SETTINGS_INC:
|
||||
bookmark_id--;
|
||||
break;
|
||||
|
||||
case SETTINGS_INC:
|
||||
case SETTINGS_DEC:
|
||||
bookmark_id++;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue