vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat 
Mar 19 13:06:46 2011 +0100| [42817f393ee4e719bd688934d7187e4d91f63069] | 
committer: Jean-Baptiste Kempf

Deactivate volume media key by default...

Too many complaints, notably on Reddit

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

 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 8d80658..32497de 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -244,7 +244,7 @@ vlc_module_begin ()
 
 #ifdef WIN32
     add_bool( "qt-disable-volume-keys"             /* name */,
-              false                                /* default value */,
+              true                                 /* default value */,
               NULL,
               QT_DISABLE_VOLUME_KEYS_TEXT          /* text */,
               QT_DISABLE_VOLUME_KEYS_LONGTEXT      /* longtext */,

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to