aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/ServiceList.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index efe928dd..76e1c822 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -52,6 +52,12 @@ class ServiceList(HTMLComponent, GUIComponent):
self.l.setRoot(root)
self.l.sort()
+ def cursorGet(self):
+ return self.l.cursorGet()
+
+ def cursorSet(self, val):
+ self.l.cursorSet(val)
+
# stuff for multiple marks (edit mode / later multiepg)
def clearMarks(self):
self.l.initMarked()