From 072a3c5017e4d97a0d8bc56b71d1a8b100784ef7 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 24 Oct 2007 12:32:12 +0000 Subject: Complete info screen voicing; now consistent with displayed screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15284 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/gui/list.c') diff --git a/apps/gui/list.c b/apps/gui/list.c index 6f61a61992..64551055c3 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -1283,9 +1283,8 @@ bool simplelist_show_list(struct simplelist_info *info) while(1) { gui_syncstatusbar_draw(&statusbars, true); - if (list_do_action(CONTEXT_STD, info->timeout, - &lists, &action, LIST_WRAP_UNLESS_HELD)) - continue; + list_do_action(CONTEXT_STD, info->timeout, + &lists, &action, LIST_WRAP_UNLESS_HELD); if (info->action_callback) { action = info->action_callback(action, &lists); -- cgit v1.2.3