add ability to download e2-plugins via PluginBrowser
[enigma2.git] / lib / python / Components / PluginComponent.py
index bd8a6d073fd2ee5f6c80381e9657a07cb9a6f1cc..eeb2c97451c0304e3c5175a324b0c2134ec010f1 100644 (file)
@@ -56,6 +56,7 @@ class PluginComponent:
                                                plugins = [ plugins ]
                                        
                                        for p in plugins:
+                                               p.updateIcon(path)
                                                self.addPlugin(p);
 
        def getPlugins(self, where):