diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-17 19:18:48 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-17 19:18:48 +0000 |
| commit | fde2880921e08e3546581a863e6292923c299959 (patch) | |
| tree | a81af626b98b3cb52fcef4c4b73f3fd2f9c82b9a /lib/python/Components | |
| parent | 69ae4780ab741f24b1d5cd48c953f77bc440a27a (diff) | |
| download | enigma2-fde2880921e08e3546581a863e6292923c299959.tar.gz enigma2-fde2880921e08e3546581a863e6292923c299959.zip | |
replace /etc/picon by /usr/share/enigma2/picon .. etc is just for config
files
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Renderer/Picon.py | 2 |
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/'] |
