]> git.sesse.net Git - vlc/commit
Revert "Qt: Fix save volume on exit Fixes #2968"
authorLaurent Aimar <fenrir@videolan.org>
Wed, 28 Jul 2010 21:21:12 +0000 (23:21 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 28 Jul 2010 21:22:38 +0000 (23:22 +0200)
commit4907ca616f0af20aedfccf62d6ce399e508f5b3e
treeadf3a8144ab47368c10aa58b1ece4aa73d48ab0f
parenta869d39dc6f521e7bcb74bb8c359f37ce1582535
Revert "Qt: Fix save volume on exit Fixes #2968"

This reverts commit 989ec97aa4b0034e6a4599df11ba5301e5b42af2.

 Sadly, config_SaveConfigFile cannot be used that way as it will save randomly
modified settings as well (at least as long as config_Put* is in use in
the core/modules).
modules/gui/qt4/qt4.cpp