aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/MenuList.py
diff options
context:
space:
mode:
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