aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-06-03 12:06:46 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-06-03 12:06:46 +0000
commitd3bc0e501ea1768cfb24ee6d7a780784e956a706 (patch)
tree501a8b286c72c61165058ca536272ce1e34e0d81 /lib/python/Components
parentc6d6a6bf299db0314a444258dcde7716c580dba2 (diff)
downloadenigma2-d3bc0e501ea1768cfb24ee6d7a780784e956a706.tar.gz
enigma2-d3bc0e501ea1768cfb24ee6d7a780784e956a706.zip
fix tag prerequisite logic for .info files without tags
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/DreamInfoHandler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py
index 570143da..261e800f 100644
--- a/lib/python/Components/DreamInfoHandler.py
+++ b/lib/python/Components/DreamInfoHandler.py
@@ -157,6 +157,8 @@ class DreamInfoHandler:
if prerequisites.has_key("tag"):
if not self.neededTag in prerequisites["tag"]:
return False
+ else:
+ return False
if prerequisites.has_key("satellite"):
for sat in prerequisites["satellite"]: