Commit c89f6fca authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Jean-Baptiste Kempf

Qt/vlm: == instead of =

(cherry picked from commit 923575b1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3fd68411
......@@ -559,7 +559,7 @@ void VLMBroadcast::update()
void VLMBroadcast::togglePlayPause()
{
if( b_playing = true )
if( b_playing )
{
VLMWrapper::ControlBroadcast( name, ControlBroadcastPause );
playButton->setIcon( QIcon( QPixmap( ":/pause_16px" ) ) );
......
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