diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-03 15:53:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-03 15:53:37 +0000 |
| commit | 36940d42cf3cc58b40a5a6f5fe86bad50ff48ad7 (patch) | |
| tree | e0990a34f6c21597f045297b9bc322a0f1308857 /lib/python/Components | |
| parent | 20fdb2a2af40da98427a702a03a79b1fbec3d7af (diff) | |
| download | enigma2-36940d42cf3cc58b40a5a6f5fe86bad50ff48ad7.tar.gz enigma2-36940d42cf3cc58b40a5a6f5fe86bad50ff48ad7.zip | |
fix marking non playable services in channellist
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/ServiceList.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index 84e9e82e..d008c475 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -70,6 +70,9 @@ class ServiceList(HTMLComponent, GUIComponent): def setNumberOffset(self, offset): self.l.setNumberOffset(offset) + def setPlayableIgnoreService(self, ref): + self.l.setIgnoreService(ref) + def setRoot(self, root): self.root = root self.l.setRoot(root) |
