1
0
Fork 0
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:
Henrik Backe 2004-10-06 19:29:24 +00:00
parent b41cd24bda
commit af512abe5e

View file

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