add movemode in channellist (later it should only useable in bouquets)
[vuplus_dvbapp] / lib / python / Components / ServiceList.py
index 93c7929..0f71c44 100644 (file)
@@ -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)