aboutsummaryrefslogtreecommitdiff
path: root/Navigation.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-30 00:55:35 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-30 00:55:35 +0000
commit9777558b9e1dc4a1ac89fe7a0740b8651f3936a0 (patch)
tree567ec2f63cc8536dae33b8b72f28f7412d846627 /Navigation.py
parent7721d73af13f07f4b53d20707fc9cbeb5a172e72 (diff)
downloadenigma2-9777558b9e1dc4a1ac89fe7a0740b8651f3936a0.tar.gz
enigma2-9777558b9e1dc4a1ac89fe7a0740b8651f3936a0.zip
nav: add stopUserServices
Diffstat (limited to 'Navigation.py')
-rw-r--r--Navigation.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Navigation.py b/Navigation.py
index c453c6c7..09daff34 100644
--- a/Navigation.py
+++ b/Navigation.py
@@ -86,3 +86,6 @@ class Navigation:
def shutdown(self):
self.RecordTimer.shutdown()
+
+ def stopUserServices(self):
+ self.stopService()