[vlc-commits] Qt: sprefs, small fix on audio panel
Jean-Baptiste Kempf
git at videolan.org
Sun Dec 9 12:48:58 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 9 12:44:04 2012 +0100| [823c13a78ca99741341fc27949e3f08d8b4cb30f] | committer: Jean-Baptiste Kempf
Qt: sprefs, small fix on audio panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=823c13a78ca99741341fc27949e3f08d8b4cb30f
---
modules/gui/qt4/ui/sprefs_audio.ui | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/gui/qt4/ui/sprefs_audio.ui b/modules/gui/qt4/ui/sprefs_audio.ui
index 7931b09..1380aec 100644
--- a/modules/gui/qt4/ui/sprefs_audio.ui
+++ b/modules/gui/qt4/ui/sprefs_audio.ui
@@ -57,6 +57,9 @@
<property name="text">
<string>Keep audio level between sessions</string>
</property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item row="1" column="0" colspan="2">
@@ -71,7 +74,7 @@
<string>Always reset audio start level to:</string>
</property>
<property name="checked">
- <bool>true</bool>
+ <bool>false</bool>
</property>
</widget>
</item>
More information about the vlc-commits
mailing list