From 07d3db2dec77f37154f1283d45f11db038d698f8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 17 Aug 2006 09:28:04 +0000 Subject: 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 --- apps/gui/yesno.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index 2c3d6f7e10..6cb6ddb9aa 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -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); -- cgit v1.2.3