From 07d3db2dec77f37154f1283d45f11db038d698f8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 17 Aug 2006 09:28:04 +0000 Subject: really fix the yes/no screen now, also id3 viewer shows the status bar correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10630 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index f65736c874..94f27ce2cf 100644 --- a/apps/action.c +++ b/apps/action.c @@ -111,8 +111,7 @@ int get_action_worker(int context, int timeout, { ignore_until_release = false; } - /*last_button = BUTTON_NONE; this is done by action_signalscreenchange() */ - return ACTION_UNKNOWN; /* "safest" return value */ + return ACTION_NONE; /* "safest" return value */ } #if (BUTTON_REMOTE != 0) if (soft_unlock_action != ACTION_NONE) -- cgit v1.2.3