From 2d86417c46fcdb37b36df3354cfd9650e0bc986e Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Thu, 7 Oct 2010 12:27:26 +0000 Subject: 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 --- apps/gui/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3