fix
[enigma2.git] / Navigation.py
index 63fc65352b7bd5b2d70eab29a2e5acf9006b5375..8ff1be0cc3d7327f94817b53b434fb836c9f44a5 100644 (file)
@@ -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()