diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-03-05 21:48:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-03-05 21:48:37 +0000 |
| commit | cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e (patch) | |
| tree | 485b13e725976d6310f3206a06af731cd90573d3 /lib/python/Components/VolumeBar.py | |
| parent | 15fb039f08f9b50c300d7aed75571e0e574f1d00 (diff) | |
| download | enigma2-cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e.tar.gz enigma2-cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e.zip | |
fix absolute paths to be relative
Diffstat (limited to 'lib/python/Components/VolumeBar.py')
| -rw-r--r-- | lib/python/Components/VolumeBar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/VolumeBar.py b/lib/python/Components/VolumeBar.py index 63771e24..09dde5e1 100644 --- a/lib/python/Components/VolumeBar.py +++ b/lib/python/Components/VolumeBar.py @@ -15,4 +15,3 @@ class VolumeBar(HTMLComponent, GUIComponent, VariableValue): g = eSlider(parent) g.setRange(0, 100) return g - |
