aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-08-09 12:16:54 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-08-09 12:16:54 +0000
commit3069d1da6697619b0ed6f58f57f52fc5d4d51e03 (patch)
tree544341e83c07dd9d0e14cbdea5e8116e8e375323 /lib/python/Components
parent9d3112aad388b4369a339b851aa2507a02bb2d4f (diff)
downloadenigma2-3069d1da6697619b0ed6f58f57f52fc5d4d51e03.tar.gz
enigma2-3069d1da6697619b0ed6f58f57f52fc5d4d51e03.zip
fix getServiceInfoValue, which should not be cached
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Converter/ServiceName.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/ServiceName.py b/lib/python/Components/Converter/ServiceName.py
index 5de89103..7c463a62 100644
--- a/lib/python/Components/Converter/ServiceName.py
+++ b/lib/python/Components/Converter/ServiceName.py
@@ -13,7 +13,6 @@ class ServiceName(Converter, object):
else:
self.type = self.NAME
- @cached
def getServiceInfoValue(self, info, what):
v = info.getInfo(what)
if v != -2: