aboutsummaryrefslogtreecommitdiff
path: root/Navigation.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-10 13:46:16 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-10 13:46:16 +0000
commitd29dad2c2d56f1664fd7bedf08b5e45ceb85d47c (patch)
tree83852628d3c9a723b31a8c614a82d3d5dcd5668d /Navigation.py
parent40a2670abe4fb1e3d161b93ffbf4a441d729918a (diff)
downloadenigma2-d29dad2c2d56f1664fd7bedf08b5e45ceb85d47c.tar.gz
enigma2-d29dad2c2d56f1664fd7bedf08b5e45ceb85d47c.zip
use service compare strings instead of eServiceReferences in parental control
Diffstat (limited to 'Navigation.py')
-rw-r--r--Navigation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Navigation.py b/Navigation.py
index 9ba0afc5..f8c84173 100644
--- a/Navigation.py
+++ b/Navigation.py
@@ -41,7 +41,7 @@ class Navigation:
self.stopService()
return 0
- if not checkParentalControl or parentalControl.isServicePlayable(ref, boundFunction(self.playService, checkParentalControl = False)):
+ if not checkParentalControl or parentalControl.isServicePlayable(ref.toCompareString(), boundFunction(self.playService, checkParentalControl = False)):
if self.pnav and not self.pnav.playService(ref):
self.currentlyPlayingServiceReference = ref
return 0