Don't clear the button queue.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6841 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-06-23 10:40:34 +00:00
parent da2b45f2e5
commit 3e2b6ede5d

View file

@ -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 );