From c897c241d9f085c8a8288183b62b3ea1d9e1796f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 22 Jul 2007 13:08:00 +0000 Subject: Recorder V1: repair soft shutdown with the new action context handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13957 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index e72c392846..c644e0a034 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1128,10 +1128,10 @@ bool shutdown_screen(void) sys_poweroff(); break; - /* do nothing here, because ACTION_UNKNOWN might be caused + /* do nothing here, because ACTION_NONE might be caused * by timeout or button release. In case of timeout the loop * is terminated by TIME_BEFORE */ - case ACTION_UNKNOWN: + case ACTION_NONE: break; default: -- cgit v1.2.3