diff options
Diffstat (limited to 'lib/python/Components/VolumeBar.py')
| -rw-r--r-- | lib/python/Components/VolumeBar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/VolumeBar.py b/lib/python/Components/VolumeBar.py index 6eace42c..a6da5980 100644 --- a/lib/python/Components/VolumeBar.py +++ b/lib/python/Components/VolumeBar.py @@ -8,7 +8,7 @@ class VolumeBar(HTMLComponent, GUIComponent, VariableValue): GUIComponent.__init__(self) VariableValue.__init__(self) - def createWidget(self, parent, skindata): + def createWidget(self, parent): g = eSlider(parent) g.setRange(0, 100) return g |
