aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/PluginComponent.py
diff options
context:
space:
mode:
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):