Commit 85f408e3 authored by Clément Stenac's avatar Clément Stenac

Fix Qt4 play button

parent e8aa094f
......@@ -550,7 +550,7 @@ void MainInterface::stop()
}
void MainInterface::play()
{
if( !playlist_IsEmpty(THEPL) || !THEPL->i_enabled )
if( playlist_IsEmpty(THEPL) )
{
/* The playlist is empty, open a file requester */
THEDP->simpleOpenDialog();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment