diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-10-07 12:27:26 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-10-07 12:27:26 +0000 |
commit | 2d86417c46fcdb37b36df3354cfd9650e0bc986e (patch) | |
tree | 837a5ab96538a6bdb756b3837cc23345bfe408fb /apps/gui/list.c | |
parent | c2b573941957793dfa7fd0c5fea46858a7ff43be (diff) |
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
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r-- | apps/gui/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index b39684ff92..70b04c4313 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -844,7 +844,7 @@ bool simplelist_show_list(struct simplelist_info *info) while(1) { - list_do_action(CONTEXT_STD, info->timeout, + list_do_action(CONTEXT_LIST, info->timeout, &lists, &action, wrap); /* We must yield in this case or no other thread can run */ |