[vlc-commits] Qt4: pause on minimize is off by default

Jean-Baptiste Kempf git at videolan.org
Mon Jan 2 22:27:15 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan  2 22:26:55 2012 +0100| [fcbcea1df9e93948d43aad2cf4511f81042fc9b8] | committer: Jean-Baptiste Kempf

Qt4: pause on minimize is off by default

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fcbcea1df9e93948d43aad2cf4511f81042fc9b8
---

 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 eb48afd..bbf4ae5 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,



More information about the vlc-commits mailing list