From 2a8ecd871020fdd668cf5500460e5a6e7851b4b0 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 13 Apr 2008 23:00:47 +0000 Subject: png cleanup by nemesis, source changes. --- lib/python/Components/TimerList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/TimerList.py') 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 -- cgit v1.2.3