git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix strange translation
[enigma2.git]
/
Navigation.py
diff --git
a/Navigation.py
b/Navigation.py
index 63fc65352b7bd5b2d70eab29a2e5acf9006b5375..8ff1be0cc3d7327f94817b53b434fb836c9f44a5 100644
(file)
--- 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()