diff options
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): |
