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:
Jonathan Gordon 2006-08-17 09:28:04 +00:00
parent 5b71470185
commit 07d3db2dec
4 changed files with 5 additions and 5 deletions

View file

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