use 100 as the default volume-value
[enigma2.git] / 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"] ,
                        {