aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-02-11 23:12:59 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-02-11 23:12:59 +0000
commit8ce776c6c8e46e4391327db4018393c19f07cd5d (patch)
treefafc5a4418e881b20c77339a5b56b0484a25b690 /lib/python
parentac686bfdca63a34e62eb4f818a44de07c2c43453 (diff)
downloadenigma2-8ce776c6c8e46e4391327db4018393c19f07cd5d.tar.gz
enigma2-8ce776c6c8e46e4391327db4018393c19f07cd5d.zip
explain new wizard api
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py
index 583c9ad8..4319d324 100644
--- a/lib/python/Plugins/Plugin.py
+++ b/lib/python/Plugins/Plugin.py
@@ -28,7 +28,7 @@ class PluginDescriptor:
# reason (0: start, 1: end)
WHERE_AUTOSTART = 5
- # start as wizard. In that case, fnc must be a screen class!
+ # start as wizard. In that case, fnc must be tuple (priority,class) with class being a screen class!
WHERE_WIZARD = 6
# like autostart, but for a session. currently, only session starts are