[vlc-commits] Qt: remove tab in input_manager.cpp
Jean-Baptiste Kempf
git at videolan.org
Tue May 31 17:43:36 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 17:30:23 2016 +0200| [b2d60da130150eac9394ea736395a4f5c6f24a05] | committer: Jean-Baptiste Kempf
Qt: remove tab in input_manager.cpp
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2d60da130150eac9394ea736395a4f5c6f24a05
---
modules/gui/qt/input_manager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/input_manager.cpp b/modules/gui/qt/input_manager.cpp
index aa9402d..861bcdc 100644
--- a/modules/gui/qt/input_manager.cpp
+++ b/modules/gui/qt/input_manager.cpp
@@ -1271,5 +1271,5 @@ int MainInputManager::PLItemRemoved
void MainInputManager::changeFullscreen( bool new_val )
{
if ( var_GetBool( THEPL, "fullscreen" ) != new_val)
- var_SetBool( THEPL, "fullscreen", new_val );
+ var_SetBool( THEPL, "fullscreen", new_val );
}
More information about the vlc-commits
mailing list