git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-05-25 13:52:24 +00:00
parent e25f577e39
commit 61903581bf

View file

@ -236,6 +236,7 @@ bool show_info(void)
break;
#endif
#ifndef SIMULATOR
#ifdef SETTINGS_ACCEPT
case SETTINGS_ACCEPT:
#else
@ -249,6 +250,7 @@ bool show_info(void)
#endif
new_info = true;
break;
#endif
default:
if (default_event_handler(key) == SYS_USB_CONNECTED)