[vlc-commits] 10l: learn how to use git
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 26 02:35:53 CEST 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 26 02:17:01 2011 +0200| [74078a090d6865e52d2f1ac3ea34a3d2463422f0] | committer: Jean-Baptiste Kempf
10l: learn how to use git
(cherry picked from commit 874762fc55919963a58e31312e50c8a7ab721d1d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=74078a090d6865e52d2f1ac3ea34a3d2463422f0
---
modules/gui/qt4/components/controller.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index e186f1d..28ba75d 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -682,7 +682,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi
#if HAVE_TRANSPARENCY
p_slowHideTimer = new QTimer( this );
CONNECT( p_slowHideTimer, timeout(), this, slowHideFSC() );
- f_opacity = var_InheritFloat( p_intf, "qt-fs-opacity" )
+ f_opacity = var_InheritFloat( p_intf, "qt-fs-opacity" );
#endif
vlc_mutex_init_recursive( &lock );
More information about the vlc-commits
mailing list