aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServiceList.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-15 15:40:50 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-15 15:40:50 +0000
commitc9622ed49e250b776934dbd29a61bbb7a3ea2772 (patch)
tree9685f6bcdfcb4df2e9b11376f84acc1253e9aa61 /lib/python/Components/ServiceList.py
parentea00936ee1a6bab7a2ba5957f7a46e8091050f22 (diff)
downloadenigma2-c9622ed49e250b776934dbd29a61bbb7a3ea2772.tar.gz
enigma2-c9622ed49e250b776934dbd29a61bbb7a3ea2772.zip
add movemode in channellist (later it should only useable in bouquets)
Diffstat (limited to 'lib/python/Components/ServiceList.py')
-rw-r--r--lib/python/Components/ServiceList.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 93c79296..0f71c44a 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -61,6 +61,9 @@ class ServiceList(HTMLComponent, GUIComponent):
return marked
+ def setCurrentMarked(self, state):
+ self.l.setCurrentMarked(state)
+
def setMode(self, mode):
if mode == self.MODE_NORMAL:
self.instance.setItemHeight(20)