[vlc-devel] commit: Disable crashy FS controller by default ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 2 12:08:53 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Aug  2 13:11:32 2008 +0300| [6a66117a34f627ad9560b07cead07663b48f23b6] | committer: Rémi Denis-Courmont 

Disable crashy FS controller by default

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a66117a34f627ad9560b07cead07663b48f23b6
---

 modules/gui/qt4/qt4.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index b8adf66..37b5316 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -174,7 +174,7 @@ vlc_module_begin();
                 MINIMIZED_LONGTEXT, true);
         add_bool( "qt-name-in-title", true, NULL, TITLE_TEXT,
                   TITLE_LONGTEXT, false );
-        add_bool( "qt-fs-controller", true, NULL, QT_FULLSCREEN_TEXT,
+        add_bool( "qt-fs-controller", false, NULL, QT_FULLSCREEN_TEXT,
                   QT_FULLSCREEN_TEXT, false );
 
         add_bool( "qt-volume-complete", false, NULL, COMPLETEVOL_TEXT,




More information about the vlc-devel mailing list