From 04ea446edc56d0891f458ffa8f2b0e2616e443df Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 11 Mar 2007 12:32:29 +0000 Subject: Fix bug in action_getstatus() where it didnt store the last action so it never returned ACTION_REPEAT Fix backlight fade out options to include 3s,5s,10s git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12722 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index 7667e4dd12..31770cdb4e 100644 --- a/apps/action.c +++ b/apps/action.c @@ -192,6 +192,7 @@ static int get_action_worker(int context, int timeout, repeated = false; last_button = button; + last_action = ret; return ret; } -- cgit v1.2.3