diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:41:47 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:41:47 +0000 |
| commit | 601d6f20152532574b5d60aed5ba862afa21ba1c (patch) | |
| tree | 505e7a92cf2d7a368ddd99fbb53dca3230fd7d0d /lib/python/Plugins/Plugin.py | |
| parent | 09f2e2935df89c375633517884682151de3d9741 (diff) | |
| download | enigma2-601d6f20152532574b5d60aed5ba862afa21ba1c.tar.gz enigma2-601d6f20152532574b5d60aed5ba862afa21ba1c.zip | |
add 'weight' for menu entries (including plugins), so they can be sorted, patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
| -rw-r--r-- | lib/python/Plugins/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index b3886723..b01b9b8f 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -22,7 +22,7 @@ class PluginDescriptor: WHERE_PLUGINMENU = 2 # argument: session, serviceref (currently selected) WHERE_MOVIELIST = 3 - # argument: menuid. Fnc must return list with menuitems (3-tuple of name, fnc to call, entryid or None) + # argument: menuid. Fnc must return list with menuitems (4-tuple of name, fnc to call, entryid or None, weight or None) WHERE_MENU = 4 # reason (0: start, 1: end) |
