X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Navigation.py;h=8ff1be0cc3d7327f94817b53b434fb836c9f44a5;hp=63fc65352b7bd5b2d70eab29a2e5acf9006b5375;hb=6e4fe9bcc4aeab419ca25ea8cf8dfe274a7868bd;hpb=562f08b0d0d53a3b79516dff47a7eea7ba971d17 diff --git a/Navigation.py b/Navigation.py index 63fc653..8ff1be0 100644 --- a/Navigation.py +++ b/Navigation.py @@ -29,6 +29,7 @@ class Navigation: x(i) def playService(self, ref): + print "playing", ref self.currentlyPlayingServiceReference = None if ref is None: self.stopService() @@ -77,6 +78,7 @@ class Navigation: def shutdown(self): self.RecordTimer.shutdown() + del self.pnav def stopUserServices(self): self.stopService()