Changing repeat mode from quick screen now works correctly on iriver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7fa9f603e2
commit
255e1cf79c
1 changed files with 6 additions and 1 deletions
|
@ -722,7 +722,12 @@ bool quick_screen(int context, int button)
|
|||
|
||||
switch( button )
|
||||
{
|
||||
case SCREENS_QUICK:
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||
case SCREENS_QUICK:
|
||||
#endif
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
case SCREENS_QUICK | BUTTON_REPEAT:
|
||||
#endif
|
||||
|
||||
if ( oldrepeat != global_settings.repeat_mode &&
|
||||
(audio_status() & AUDIO_STATUS_PLAY) )
|
||||
|
|
Loading…
Reference in a new issue