aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/SelectionList.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-04-13 23:00:47 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-04-13 23:00:47 +0000
commit2a8ecd871020fdd668cf5500460e5a6e7851b4b0 (patch)
tree304d3f4dfbcee92f33cc6923afc8f39763b16b0a /lib/python/Components/SelectionList.py
parent87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff)
downloadenigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz
enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Components/SelectionList.py')
-rw-r--r--lib/python/Components/SelectionList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/SelectionList.py b/lib/python/Components/SelectionList.py
index d5215dc0..a4f1d71a 100644
--- a/lib/python/Components/SelectionList.py
+++ b/lib/python/Components/SelectionList.py
@@ -3,7 +3,7 @@ from Tools.Directories import resolveFilename, SCOPE_SKIN_IMAGE
from enigma import eListboxPythonMultiContent, eListbox, gFont, RT_HALIGN_LEFT
from Tools.LoadPixmap import LoadPixmap
-selectionpng = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "selectioncross-fs8.png"))
+selectionpng = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/icons/selectioncross.png"))
def SelectionEntryComponent(description, value, index, selected):
res = [ (description, value, index, selected) ]