X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FServiceList.py;h=0f71c44aaa7ca71fc74e5e82f3692b88ceadd293;hp=93c79296203134cfea0b69c17fe971e8930e407a;hb=c9622ed49e250b776934dbd29a61bbb7a3ea2772;hpb=ea00936ee1a6bab7a2ba5957f7a46e8091050f22 diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index 93c7929..0f71c44 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)