[vlc-commits] 10l: learn how to use git
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 26 02:17:15 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 26 02:17:01 2011 +0200| [874762fc55919963a58e31312e50c8a7ab721d1d] | committer: Jean-Baptiste Kempf
10l: learn how to use git
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=874762fc55919963a58e31312e50c8a7ab721d1d
---
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 1a16eb9..aec58c7 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -743,7 +743,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