From b2cb2cf5a88d2df60af474ced13e3c90891cf841 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 4 Mar 2006 18:18:46 +0000 Subject: enhance usability of ZappingAlternatives plugin --- lib/python/Components/MenuList.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components/MenuList.py') diff --git a/lib/python/Components/MenuList.py b/lib/python/Components/MenuList.py index 40898095..4e032d43 100644 --- a/lib/python/Components/MenuList.py +++ b/lib/python/Components/MenuList.py @@ -26,3 +26,7 @@ class MenuList(HTMLComponent, GUIComponent): def selectionChanged(self): for f in self.onSelectionChanged: f() + + def setList(self, list): + self.list = list + self.l.setList(self.list) \ No newline at end of file -- cgit v1.2.3