diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-06-23 10:40:34 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-23 10:40:34 +0000 |
| commit | 3e2b6ede5db0576a994ea3da522f74e4d1028770 (patch) | |
| tree | 2d349522bda31bc4a4737ddf9e1b9dde57886b23 | |
| parent | da2b45f2e5cfcdf730849fbd5261ef8f0761bdcb (diff) | |
| download | rockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.zip rockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.tar.gz rockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.tar.bz2 rockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.tar.xz | |
Don't clear the button queue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6841 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/onplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 762ab9e..d262ece 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -582,7 +582,6 @@ int onplay(char* file, int attr, int from) } /* DIY menu handling, since we want to exit after selection */ - button_clear_queue(); if (i) { m = menu_init( items, i, onplay_callback, NULL, NULL, NULL ); |