From c9622ed49e250b776934dbd29a61bbb7a3ea2772 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 15 Oct 2005 15:40:50 +0000 Subject: add movemode in channellist (later it should only useable in bouquets) --- lib/python/Components/ServiceList.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components') 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) -- cgit v1.2.3