[vlc-devel] commit: Revert "Revert "Disable crashy FS controller by default"" ( Laurent Aimar )
git version control
git at videolan.org
Sun Aug 3 00:32:37 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Aug 3 00:34:32 2008 +0200| [b71aa62946473d0a05cf01b67c2b7816757af9e4] | committer: Laurent Aimar
Revert "Revert "Disable crashy FS controller by default""
This reverts commit 5e6f3bde336076620205a4aab32a2781e09be8e0.
Well there is still a bug at exit...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b71aa62946473d0a05cf01b67c2b7816757af9e4
---
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