[MPlayer-translations] r37992 - in trunk: Changelog DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/interface.c gui/skin/skin.c gui/win32/interface.c gui/win32/skinload.c

ib subversion at mplayerhq.hu
Mon Oct 9 19:25:23 EEST 2017


Author: ib
Date: Mon Oct  9 19:25:23 2017
New Revision: 37992

Log:
Enable skins to leave current volume unchanged at GUI startup.

Starting with svn r37055, the meaning of zero as a potentiometer's
"default" parameter has changed.

Prior to this revision the volume set before the GUI's startup
remained unchanged with such default (due to a bug), after that
the volume was consequently set to zero.

In order to re-enable the old behavior, i.e. leaving the volume
unchanged at GUI startup, a plain hyphen-minus can be used as
"default" parameter now.

Additionally, update the documentation.

Modified:
   trunk/DOCS/xml/de/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/DOCS/xml/en/skin.xml
   trunk/gui/interface.c
   trunk/gui/skin/skin.c
   trunk/gui/win32/interface.c
   trunk/gui/win32/skinload.c

Modified: trunk/DOCS/xml/de/skin.xml
==============================================================================
--- trunk/DOCS/xml/de/skin.xml	Mon Oct  9 17:57:43 2017	(r37991)
+++ trunk/DOCS/xml/de/skin.xml	Mon Oct  9 19:25:23 2017	(r37992)
@@ -534,6 +534,12 @@ end
                   <literal>default</literal> - Voreinstellung des Potentiometers
                   (im Bereich <literal>0</literal> bis <literal>100</literal>)
                 </para>
+                <para>
+                  (Für die Nachricht <literal>evSetVolume</literal> ist auch
+                  ein einfaches Bindestrich-Minus als Wert erlaubt. Dieses
+                  bewirkt, dass die aktuell eingestellte Lautstärke nicht
+                  verändert wird.)
+                </para>
               </listitem>
               <listitem>
                 <para>


More information about the MPlayer-translations mailing list