aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-02 14:02:22 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-02 14:02:22 +0000
commit0be83826dd31db1b88058bfc93528610afde2fda (patch)
tree6e692e0e5c39f6f52f65719f1afd1bf667a15a39 /lib/python/Components
parent9062e2e8234479445e6c06f8b873d7d866dc8492 (diff)
downloadenigma2-0be83826dd31db1b88058bfc93528610afde2fda.tar.gz
enigma2-0be83826dd31db1b88058bfc93528610afde2fda.zip
update the plugin-images
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/PluginList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/PluginList.py b/lib/python/Components/PluginList.py
index 17fe1476..f456ac46 100644
--- a/lib/python/Components/PluginList.py
+++ b/lib/python/Components/PluginList.py
@@ -21,7 +21,7 @@ def PluginEntryComponent(picture, name):
res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 10, 200, 50, 0, RT_HALIGN_LEFT , name))
png = loadPNG(picture)
if png == None:
- png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/countries/missing.png"))
+ png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/plugin.png"))
res.append((eListboxPythonMultiContent.TYPE_PIXMAP, 10, 5, 60, 40, png))
return res