aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-12 00:29:19 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-12 00:29:19 +0000
commitf5d4a470082192900f6f25a0f7d66f88f6bda0c4 (patch)
tree0435c5c37d066b23bc2acf4c88c7ea3ba04fe8a5 /lib/python
parent0a6ec816cccbc85a2d2f2a0856f99aabdb43f73b (diff)
downloadenigma2-f5d4a470082192900f6f25a0f7d66f88f6bda0c4.tar.gz
enigma2-f5d4a470082192900f6f25a0f7d66f88f6bda0c4.zip
use 100 as the default volume-value
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 74603ff5..277bd8c6 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -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"] ,
{