use CONTEXT_LIST in simplelist_show_list() so that button combinations for page down/page up work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28216 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-10-07 12:27:26 +00:00
parent c2b5739419
commit 2d86417c46

View file

@ -844,7 +844,7 @@ bool simplelist_show_list(struct simplelist_info *info)
while(1) while(1)
{ {
list_do_action(CONTEXT_STD, info->timeout, list_do_action(CONTEXT_LIST, info->timeout,
&lists, &action, wrap); &lists, &action, wrap);
/* We must yield in this case or no other thread can run */ /* We must yield in this case or no other thread can run */