diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
| commit | 2a8ecd871020fdd668cf5500460e5a6e7851b4b0 (patch) | |
| tree | 304d3f4dfbcee92f33cc6923afc8f39763b16b0a /lib/python/Components/TimerList.py | |
| parent | 87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff) | |
| download | enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip | |
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Components/TimerList.py')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 269eb3b6..0912a4d0 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -63,7 +63,7 @@ class TimerList(HTMLComponent, GUIComponent, object): res.append((eListboxPythonMultiContent.TYPE_TEXT, width-240, 50, 240, 20, 1, RT_HALIGN_RIGHT|RT_VALIGN_CENTER, state)) if timer.disabled: - png = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "redx.png")) + png = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/icons/redx.png")) res.append((eListboxPythonMultiContent.TYPE_PIXMAP_ALPHATEST, 490, 5, 40, 40, png)) return res |
