aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/TimerList.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-03-05 21:48:37 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-03-05 21:48:37 +0000
commitcfdc155f46f816c17d098ba0bb2a3bd2037e2f1e (patch)
tree485b13e725976d6310f3206a06af731cd90573d3 /lib/python/Components/TimerList.py
parent15fb039f08f9b50c300d7aed75571e0e574f1d00 (diff)
downloadenigma2-cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e.tar.gz
enigma2-cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e.zip
fix absolute paths to be relative
Diffstat (limited to 'lib/python/Components/TimerList.py')
-rw-r--r--lib/python/Components/TimerList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py
index 0b7e0cc7..5e371a04 100644
--- a/lib/python/Components/TimerList.py
+++ b/lib/python/Components/TimerList.py
@@ -61,7 +61,7 @@ def TimerEntryComponent(timer, processed):
res.append((eListboxPythonMultiContent.TYPE_TEXT, 320, 50, 240, 20, 1, RT_HALIGN_RIGHT|RT_VALIGN_CENTER, state))
if timer.disabled:
- png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/redx.png"))
+ png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "redx.png"))
res.append((eListboxPythonMultiContent.TYPE_PIXMAP_ALPHATEST, 490, 5, 40, 40, png))
return res