diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-12-18 06:51:36 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-12-18 06:51:36 +0000 |
| commit | 0900b563f27032ab901d5a9e85bd2cedb06edbb1 (patch) | |
| tree | 7f5de693034ada4d8b82a3bd0806f815e9e560fb /apps/gui/option_select.c | |
| parent | 74d1c31baf78b117026a6ebb25dabf5d264bb32d (diff) | |
| download | rockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.zip rockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.tar.gz rockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.tar.bz2 rockbox-0900b563f27032ab901d5a9e85bd2cedb06edbb1.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index 1f5e870..71a28cb 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, gui_synclist_speak_item(&lists); while (!done) { - if (list_do_action(CONTEXT_LIST, TIMEOUT_BLOCK, + if (list_do_action(CONTEXT_LIST, HZ, /* HZ so the status bar redraws */ &lists, &action, allow_wrap? LIST_WRAP_UNLESS_HELD: LIST_WRAP_OFF)) { |