diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 22:07:56 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 22:07:56 +0000 |
| commit | 71926516a90b5252f39271334760de686fb8c72f (patch) | |
| tree | 8b6233b6ff21ae6bbc66b2bffdb3e144b63bb697 /lib/python | |
| parent | 0d0e876391a62eaf9960d4dee660f4106e513611 (diff) | |
| download | enigma2-71926516a90b5252f39271334760de686fb8c72f.tar.gz enigma2-71926516a90b5252f39271334760de686fb8c72f.zip | |
add WHERE_WIZARD plugins
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Plugin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index d10a3fba..d3635091 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -21,6 +21,9 @@ class PluginDescriptor: # reason (0: start, 1: end) WHERE_AUTOSTART = 5 + # start as wizard. In that case, fnc must be a screen class! + WHERE_WIZARD = 6 + def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None): self.name = name if type(where) is list: |
