From b71aa62946473d0a05cf01b67c2b7816757af9e4 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 3 Aug 2008 00:34:32 +0200 Subject: [PATCH 1/1] Revert "Revert "Disable crashy FS controller by default"" This reverts commit 5e6f3bde336076620205a4aab32a2781e09be8e0. Well there is still a bug at exit... --- modules/gui/qt4/qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index b8adf662ff..37b5316c2b 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, -- 2.39.2