mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Restored behaviour of SETTINGS_OK2 (old BUTTON_LEFT)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5106 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47cca59e13
commit
dc96989d14
1 changed files with 3 additions and 3 deletions
|
|
@ -665,9 +665,6 @@ static char* select_bookmark(const char* bookmark_file_name)
|
|||
switch(key)
|
||||
{
|
||||
case SETTINGS_OK:
|
||||
#ifdef SETTINGS_OK2
|
||||
case SETTINGS_OK2:
|
||||
#endif
|
||||
/* User wants to use this bookmark */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
if (global_settings.statusbar)
|
||||
|
|
@ -701,6 +698,9 @@ static char* select_bookmark(const char* bookmark_file_name)
|
|||
case SETTINGS_CANCEL:
|
||||
#ifdef SETTINGS_CANCEL2
|
||||
case SETTINGS_CANCEL2:
|
||||
#endif
|
||||
#ifdef SETTINGS_OK2
|
||||
case SETTINGS_OK2:
|
||||
#endif
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue