aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Renderer/Picon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py
index 8e6b721c..2dfafb99 100644
--- a/lib/python/Components/Renderer/Picon.py
+++ b/lib/python/Components/Renderer/Picon.py
@@ -8,7 +8,7 @@ from Tools.Directories import pathExists, fileExists, SCOPE_SKIN_IMAGE, resolveF
class Picon(Renderer):
pngname = ""
nameCache = { }
- searchPaths = ['/etc/picon/',
+ searchPaths = ['/usr/share/enigma2/picon/',
'/media/cf/picon/',
'/media/usb/picon/',
'/media/hdd/picon/']