From 3ad1f5540aa20e5b8132ededc367d8f319b2d5dd Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 22 Feb 2006 19:21:16 +0000 Subject: add ability to download e2-plugins via PluginBrowser naming conventions for plugin packets: enigma2-plugin-- (category is not yet supported by the GUI) --- lib/python/Plugins/Plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Plugins/Plugin.py') diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index bfa8509a..0378ce4c 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -35,6 +35,7 @@ class PluginDescriptor: self.description = description self.iconstr = icon + self.icon = None self.__call__ = fnc -- cgit v1.2.3