From: Andreas Monzner Date: Thu, 24 Aug 2006 17:29:45 +0000 (+0000) Subject: no bluescreen when playing "None" X-Git-Tag: 2.6.0~3044 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f044f2ac4beee89b4038b32eb704dcab2a3d5e98?hp=2d30f6d03db0b0da0b3677d04180c1ba56709a6c no bluescreen when playing "None" --- diff --git a/Navigation.py b/Navigation.py index a0f40baf..f1683df8 100644 --- a/Navigation.py +++ b/Navigation.py @@ -30,7 +30,7 @@ class Navigation: x(i) def playService(self, ref): - print "playing", ref.toString() + print "playing", ref and ref.toString() self.currentlyPlayingServiceReference = None self.currentlyPlayingService = None if ref is None: @@ -65,6 +65,7 @@ class Navigation: return None def stopService(self): + print "stopService" if self.pnav: self.pnav.stopService() self.currentlyPlayingService = None