X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FServiceList.py;h=6972d910a9fa7f3fba3890123b2746bf497f263d;hp=3930c0744880f2a3917b8719a2af0053223b61da;hb=27e06ba9c8b055c20ea8c70a405deb0e4019edc5;hpb=004d6db4a1dda8f08f5ce63f30c102c81b7b0693 diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index 3930c07..6972d91 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -123,6 +123,9 @@ class ServiceList(HTMLComponent, GUIComponent): self.l.getNext(r) return r + def getList(self): + return self.l.getList() + def atBegin(self): return self.instance.atBegin()