add ability to download e2-plugins via PluginBrowser
[enigma2.git] / lib / python / Plugins / Plugin.py
index 183419c7fe90d357b83574963f3767ed78b73b6a..0378ce4cc206b72187f266a912047ba98b3d4d7f 100644 (file)
@@ -35,6 +35,7 @@ class PluginDescriptor:
                self.description = description
 
                self.iconstr = icon
+               self.icon = None
 
                self.__call__ = fnc
 
@@ -42,4 +43,4 @@ class PluginDescriptor:
                if type(self.iconstr) is str:
                        self.icon = loadPNG(path + self.iconstr)
                else:
-                       self.icon = None
\ No newline at end of file
+                       self.icon = None