vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jan 2 22:26:55 2012 +0100| [966bb1d8c50c8145285bd75ec0eab17dc8267f90] | committer: Jean-Baptiste Kempf
Qt4: pause on minimize is off by default (cherry picked from commit fcbcea1df9e93948d43aad2cf4511f81042fc9b8) Close #5975 Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=966bb1d8c50c8145285bd75ec0eab17dc8267f90 --- 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 025086f..b32afd1 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -208,7 +208,7 @@ vlc_module_begin () NOTIFICATION_LONGTEXT, false ) add_bool( "qt-start-minimized", false, MINIMIZED_TEXT, MINIMIZED_LONGTEXT, true) - add_bool( "qt-pause-minimized", true, QT_PAUSE_MINIMIZED_TEXT, + add_bool( "qt-pause-minimized", false, QT_PAUSE_MINIMIZED_TEXT, QT_PAUSE_MINIMIZED_LONGTEXT, false ) add_float_with_range( "qt-opacity", 1., 0.1, 1., OPACITY_TEXT, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
