aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PluginComponent.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 15:22:30 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 15:22:30 +0000
commitd120b13dd6d9460fc9a66680ffb42632cb597522 (patch)
tree3eaeb6584a450d5b022189aeef52d0fd1589c29e /lib/python/Components/PluginComponent.py
parent6119f4c4a0d947d56e758fe53f2822db8490b444 (diff)
downloadenigma2-d120b13dd6d9460fc9a66680ffb42632cb597522.tar.gz
enigma2-d120b13dd6d9460fc9a66680ffb42632cb597522.zip
add FileManger plugin
reenable plugin icons
Diffstat (limited to 'lib/python/Components/PluginComponent.py')
-rw-r--r--lib/python/Components/PluginComponent.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py
index bd8a6d07..eeb2c974 100644
--- a/lib/python/Components/PluginComponent.py
+++ b/lib/python/Components/PluginComponent.py
@@ -56,6 +56,7 @@ class PluginComponent:
plugins = [ plugins ]
for p in plugins:
+ p.updateIcon(path)
self.addPlugin(p);
def getPlugins(self, where):