forked from len0rd/rockbox
Fixed delete confirmation dialouge in onplay (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5191 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b41cd24bda
commit
af512abe5e
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ static bool delete_handler(bool is_dir)
|
|||
|
||||
default:
|
||||
/* ignore button releases */
|
||||
if ((btn & BUTTON_REL))
|
||||
if (!(btn & BUTTON_REL))
|
||||
exit = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue