From 09f2e2935df89c375633517884682151de3d9741 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 7 Oct 2007 10:37:06 +0000 Subject: add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz Venn, 005_enigma2_add_entryid_support_to_where_menu.patch) --- lib/python/Plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Plugin.py') diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index a2ee9fef..b3886723 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 (2-tuple of name, fnc to call) + # argument: menuid. Fnc must return list with menuitems (3-tuple of name, fnc to call, entryid or None) WHERE_MENU = 4 # reason (0: start, 1: end) -- cgit v1.2.3