use 100 as the default volume-value
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 12 Dec 2005 00:29:19 +0000 (00:29 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 12 Dec 2005 00:29:19 +0000 (00:29 +0000)
lib/python/Screens/InfoBarGenerics.py

index 74603ff50697d9bd48b3955bd8a804b216e75c6a..277bd8c6c742c303f8720bd65e8452d48cd6e2e2 100644 (file)
@@ -39,7 +39,7 @@ class InfoBarVolumeControl:
        a corresponding dialog"""
        def __init__(self):
                config.audio = ConfigSubsection()
-               config.audio.volume = configElement("config.audio.volume", configSequence, [5], configsequencearg.get("INTEGER", (0, 100)))
+               config.audio.volume = configElement("config.audio.volume", configSequence, [100], configsequencearg.get("INTEGER", (0, 100)))
 
                self["VolumeActions"] = ActionMap( ["InfobarVolumeActions"] ,
                        {