X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FServiceList.py;h=f99c7f006997f1f2f09f861598ea5a50177e29d8;hp=6972d910a9fa7f3fba3890123b2746bf497f263d;hb=7963a66b2debe9cf6ae566cb88511fdfdc9dc216;hpb=dd4c8249ef0b08234b6239da9bef26ed7e33ac78 diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index 6972d91..f99c7f0 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -265,3 +265,7 @@ class ServiceList(HTMLComponent, GUIComponent): self.l.setElementPosition(self.l.celServiceName, eRect(60, 0, self.instance.size().width()-60, self.ItemHeight)) self.l.setElementFont(self.l.celServiceInfo, self.ServiceInfoFont) + def selectionEnabled(self, enabled): + if self.instance is not None: + self.instance.setSelectionEnable(enabled) +