From: Felix Domke Date: Wed, 30 Nov 2005 00:55:35 +0000 (+0000) Subject: nav: add stopUserServices X-Git-Tag: 2.6.0~4868 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9777558b9e1dc4a1ac89fe7a0740b8651f3936a0?hp=7721d73af13f07f4b53d20707fc9cbeb5a172e72 nav: add stopUserServices --- 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()