From c9184057e888f237218d0d3d8afa9d01d3a75b4b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 14 Nov 2003 16:10:38 +0000 Subject: ask_resume(): Ignore ON with repeat too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4030 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 0b41b3af46..40f880eab3 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -580,6 +580,7 @@ static bool ask_resume(bool ask_once) still be pressed since booting */ case BUTTON_ON: case BUTTON_ON | BUTTON_REL: + case BUTTON_ON | BUTTON_REPEAT: break; case SYS_USB_CONNECTED: -- cgit v1.2.3