diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 15:22:30 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 15:22:30 +0000 |
| commit | d120b13dd6d9460fc9a66680ffb42632cb597522 (patch) | |
| tree | 3eaeb6584a450d5b022189aeef52d0fd1589c29e /lib/python/Components/PluginComponent.py | |
| parent | 6119f4c4a0d947d56e758fe53f2822db8490b444 (diff) | |
| download | enigma2-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.py | 1 |
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): |
