[vlc-devel] commit: Qt/vlm: == instead of = ( Rémi Duraffort )
git version control
git at videolan.org
Mon Dec 15 23:17:14 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 15 23:11:05 2008 +0100| [923575b183b54d9562e26910ebe3675e9d7fdfa9] | committer: Rémi Duraffort
Qt/vlm: == instead of =
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=923575b183b54d9562e26910ebe3675e9d7fdfa9
---
modules/gui/qt4/dialogs/vlm.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp
index 8fcfaeb..6e4bb5a 100644
--- a/modules/gui/qt4/dialogs/vlm.cpp
+++ b/modules/gui/qt4/dialogs/vlm.cpp
@@ -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" ) ) );
More information about the vlc-devel
mailing list