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:
Ryan Jackson 2005-07-23 19:00:22 +00:00
parent 7fa9f603e2
commit 255e1cf79c

View file

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