aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/ZappingAlternatives
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-04 19:40:59 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-04 19:40:59 +0000
commitf460ed50d836d20f79ea3665b15f15b0da4cbab9 (patch)
treeb1080d1751117281479c9bdb2fe65c53fc8cbf8e /lib/python/Plugins/Extensions/ZappingAlternatives
parent4d839a58f1cb6ca69df2c3cfad7ce832ec9a6d1d (diff)
downloadenigma2-f460ed50d836d20f79ea3665b15f15b0da4cbab9.tar.gz
enigma2-f460ed50d836d20f79ea3665b15f15b0da4cbab9.zip
fix fix
Diffstat (limited to 'lib/python/Plugins/Extensions/ZappingAlternatives')
-rw-r--r--lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py b/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
index f4bc3fad..424641c9 100644
--- a/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
+++ b/lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py
@@ -38,7 +38,7 @@ def removeAlternative(service1, service2):
del alternatives[service2]
def loadAlternatives():
- doc = xml.dom.minidom.parse(self.filename)
+ doc = xml.dom.minidom.parse(resolveFilename(SCOPE_CONFIG, "alternatives.xml"))
root = doc.childNodes[0]
for service in elementsWithTag(root.childNodes, 'service'):