mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 14:12:26 -05:00
really fix the yes/no screen now, also id3 viewer shows the status bar
correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b71470185
commit
07d3db2dec
4 changed files with 5 additions and 5 deletions
|
|
@ -80,7 +80,8 @@ enum yesno_res gui_syncyesno_run(struct text_message * main_message,
|
|||
case ACTION_YESNO_ACCEPT:
|
||||
result=YESNO_YES;
|
||||
break;
|
||||
|
||||
case ACTION_NONE:
|
||||
continue;
|
||||
default:
|
||||
if(default_event_handler(button) == SYS_USB_CONNECTED)
|
||||
return(YESNO_USB);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue