[vlc-commits] Qt: remember volume on exit is the default

Jean-Baptiste Kempf git at videolan.org
Sat Dec 3 12:32:36 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec  3 12:31:57 2011 +0100| [0efead41b6be2eeeca7276d8448e4f63db5645d2] | committer: Jean-Baptiste Kempf

Qt: remember volume on exit is the default

I don't want to be murdered in my sleep

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

 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 dd39a7e..3d08ab6 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -235,7 +235,7 @@ vlc_module_begin ()
                  UPDATER_DAYS_TEXT, false )
 #endif
 
-    add_bool( "qt-autosave-volume", false, SAVEVOL_TEXT,
+    add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT,
               SAVEVOL_TEXT, true )
 #ifdef WIN32
     add_bool( "qt-disable-volume-keys"             /* name */,



More information about the vlc-commits mailing list