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/Screens/Menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/Menu.py') diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index 6ea0f647..2b8ac05d 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -188,7 +188,7 @@ class Menu(Screen): if menuID is not None: # plugins for l in plugins.getPluginsForMenu(menuID): - list.append((l[0], boundFunction(l[1], self.session))) + list.append((l[0], boundFunction(l[1], self.session), l[2])) # for the skin: first try a menu_, then Menu self.skinName = [ ] -- cgit v1.2.3