diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-24 21:31:11 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-24 21:31:11 +0000 |
| commit | af7b6ac725e9dc122a9fbaa4e127c3b39e591b62 (patch) | |
| tree | aaa8c63066a7c961188a785076a4403a27b9deb8 /lib/python/Components | |
| parent | 77abca3d696169b041aa482f876f2bf2775c25d7 (diff) | |
| download | enigma2-af7b6ac725e9dc122a9fbaa4e127c3b39e591b62.tar.gz enigma2-af7b6ac725e9dc122a9fbaa4e127c3b39e591b62.zip | |
remove /media/hdd/picon as picon source..
the hdd should not wakeup from standby just because for searching picons...
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Renderer/Picon.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py index a9c36f2b..a96bf69f 100644 --- a/lib/python/Components/Renderer/Picon.py +++ b/lib/python/Components/Renderer/Picon.py @@ -10,8 +10,7 @@ class Picon(Renderer): nameCache = { } searchPaths = ['/usr/share/enigma2/picon/', '/media/cf/picon/', - '/media/usb/picon/', - '/media/hdd/picon/'] + '/media/usb/picon/'] def __init__(self): Renderer.__init__(self) |
