[vlc-devel] commit: Revert "Disable crashy FS controller by default" (Laurent Aimar )

git version control git at videolan.org
Sat Aug 2 17:02:06 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Aug  2 17:03:30 2008 +0200| [5e6f3bde336076620205a4aab32a2781e09be8e0] | committer: Laurent Aimar 

Revert "Disable crashy FS controller by default"

This reverts commit 6a66117a34f627ad9560b07cead07663b48f23b6.
The FS has been fixed in bc83685c2acc7181e7f49bc9b4c2ec17655c789c.

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

 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 37b5316..b8adf66 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", false, NULL, QT_FULLSCREEN_TEXT,
+        add_bool( "qt-fs-controller", true, 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