diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-04 18:18:46 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-04 18:18:46 +0000 |
| commit | b2cb2cf5a88d2df60af474ced13e3c90891cf841 (patch) | |
| tree | 3d5bb3c495e3e7819bc05d240400bd1cd3b7c2e8 /lib/python/Components | |
| parent | e78b5b9f8180bbad1808926b2c35dd691709281d (diff) | |
| download | enigma2-b2cb2cf5a88d2df60af474ced13e3c90891cf841.tar.gz enigma2-b2cb2cf5a88d2df60af474ced13e3c90891cf841.zip | |
enhance usability of ZappingAlternatives plugin
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/MenuList.py | 4 |
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 |
