summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-08-17 09:28:04 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-08-17 09:28:04 +0000
commit07d3db2dec77f37154f1283d45f11db038d698f8 (patch)
tree285aec596320683ab9952c6c4a8f0667623a966a /apps/gui
parent5b71470185e7ef5fe9fcea25fbb1c59ca16e3f4e (diff)
downloadrockbox-07d3db2dec77f37154f1283d45f11db038d698f8.tar.gz
rockbox-07d3db2dec77f37154f1283d45f11db038d698f8.zip
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
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/yesno.c3
1 files changed, 2 insertions, 1 deletions
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,
80 case ACTION_YESNO_ACCEPT: 80 case ACTION_YESNO_ACCEPT:
81 result=YESNO_YES; 81 result=YESNO_YES;
82 break; 82 break;
83 83 case ACTION_NONE:
84 continue;
84 default: 85 default:
85 if(default_event_handler(button) == SYS_USB_CONNECTED) 86 if(default_event_handler(button) == SYS_USB_CONNECTED)
86 return(YESNO_USB); 87 return(YESNO_USB);