aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/MenuList.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-04 18:18:46 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-04 18:18:46 +0000
commitb2cb2cf5a88d2df60af474ced13e3c90891cf841 (patch)
tree3d5bb3c495e3e7819bc05d240400bd1cd3b7c2e8 /lib/python/Components/MenuList.py
parente78b5b9f8180bbad1808926b2c35dd691709281d (diff)
downloadenigma2-b2cb2cf5a88d2df60af474ced13e3c90891cf841.tar.gz
enigma2-b2cb2cf5a88d2df60af474ced13e3c90891cf841.zip
enhance usability of ZappingAlternatives plugin
Diffstat (limited to 'lib/python/Components/MenuList.py')
-rw-r--r--lib/python/Components/MenuList.py4
1 files changed, 4 insertions, 0 deletions
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