diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-11-14 16:10:38 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-11-14 16:10:38 +0000 |
commit | c9184057e888f237218d0d3d8afa9d01d3a75b4b (patch) | |
tree | 70653e0eede0c4f5786c5c3c1a2fa7ceb32d6fd1 /apps | |
parent | 1484ece76ee1b770242c0e6c95e4ea1b1b522205 (diff) |
ask_resume(): Ignore ON with repeat too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4030 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |