summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-12-18 06:51:36 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-12-18 06:51:36 +0000
commit0900b563f27032ab901d5a9e85bd2cedb06edbb1 (patch)
tree7f5de693034ada4d8b82a3bd0806f815e9e560fb /apps/gui/option_select.c
parent74d1c31baf78b117026a6ebb25dabf5d264bb32d (diff)
downloadrockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.tar.gz
rockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.zip
FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24065 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 1f5e8706f9..71a28cb520 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -510,7 +510,7 @@ bool option_screen(const struct settings_list *setting,
510 gui_synclist_speak_item(&lists); 510 gui_synclist_speak_item(&lists);
511 while (!done) 511 while (!done)
512 { 512 {
513 if (list_do_action(CONTEXT_LIST, TIMEOUT_BLOCK, 513 if (list_do_action(CONTEXT_LIST, HZ, /* HZ so the status bar redraws */
514 &lists, &action, 514 &lists, &action,
515 allow_wrap? LIST_WRAP_UNLESS_HELD: LIST_WRAP_OFF)) 515 allow_wrap? LIST_WRAP_UNLESS_HELD: LIST_WRAP_OFF))
516 { 516 {