mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
c2b5739419
commit
2d86417c46
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue