From fcdf76c0d0eb55e20729006d5cfd57f80999c4ba Mon Sep 17 00:00:00 2001 From: teru Date: Thu, 7 Oct 2010 12:27:26 +0000 Subject: [PATCH] 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 b39684ff9..70b04c431 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 */ -- 2.11.4.GIT