]> git.sesse.net Git - vlc/commitdiff
Qt: Be sure to hide the caching when an input is deleted.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 27 Feb 2010 12:48:36 +0000 (13:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Feb 2010 09:58:20 +0000 (10:58 +0100)
Fix the bug where caching would stay all the time when stopping

modules/gui/qt4/input_manager.cpp

index 9845baac20805e8e88f7cda66d33bb55e62c2c52..4edfc8285550b7357dc8e1df65be957154935df3 100644 (file)
@@ -166,6 +166,8 @@ void InputManager::delInput()
 
     emit encryptionChanged( false );
     emit recordingStateChanged( false );
+
+    emit cachingChanged( 1 );
 }
 
 /* Convert the event from the callbacks in actions */