[vlc-devel] commit: Revert "Revert "Revert "Disable crashy FS controller by default""" (Laurent Aimar )
git version control
git at videolan.org
Sun Aug 3 01:30:19 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Aug 3 01:31:35 2008 +0200| [4a944fe1e937a2e271a6c5a1b2d3386e848d982b] | committer: Laurent Aimar
Revert "Revert "Revert "Disable crashy FS controller by default"""
This reverts commit b71aa62946473d0a05cf01b67c2b7816757af9e4.
It should be safe to use FS at last.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a944fe1e937a2e271a6c5a1b2d3386e848d982b
---
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 06ea36a..d934b03 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