From: RĂ©mi Denis-Courmont Date: Sat, 2 Aug 2008 10:11:32 +0000 (+0300) Subject: Disable crashy FS controller by default X-Git-Tag: 0.9.0-test3~6 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=6a66117a34f627ad9560b07cead07663b48f23b6 Disable crashy FS controller by default --- 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,