]> git.sesse.net Git - vlc/commitdiff
Hopefully fix the play button issue.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 29 Mar 2008 04:15:01 +0000 (21:15 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 29 Mar 2008 04:17:48 +0000 (21:17 -0700)
ILEoo, any idea why ?

modules/gui/qt4/input_manager.cpp

index e884d5ddea9e7612a1781932c800e7be0e74808a..c3666191730fe0f548575e942e0bb3a3dcdbea34 100644 (file)
@@ -174,8 +174,11 @@ void InputManager::customEvent( QEvent *event )
 
     if( !hasInput() ) return;
 
-    if( ( type != PositionUpdate_Type && type != ItemRateChanged_Type ) &&
-        ( i_input_id != ple->i_id ) )
+    if( ( type != PositionUpdate_Type  &&
+          type != ItemRateChanged_Type &&
+          type != ItemStateChanged_Type
+        )
+        && ( i_input_id != ple->i_id ) )
         return;
 
     if( type != PositionUpdate_Type )