From 0900b563f27032ab901d5a9e85bd2cedb06edbb1 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 18 Dec 2009 06:51:36 +0000 Subject: 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 --- apps/gui/option_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/option_select.c') 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, 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)) { -- cgit v1.2.3