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:
Henrik Backe 2004-10-06 19:31:50 +00:00
parent af512abe5e
commit 30c1358f87

View file

@ -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;