diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-04 19:40:59 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-04 19:40:59 +0000 |
| commit | f460ed50d836d20f79ea3665b15f15b0da4cbab9 (patch) | |
| tree | b1080d1751117281479c9bdb2fe65c53fc8cbf8e /lib/python | |
| parent | 4d839a58f1cb6ca69df2c3cfad7ce832ec9a6d1d (diff) | |
| download | enigma2-f460ed50d836d20f79ea3665b15f15b0da4cbab9.tar.gz enigma2-f460ed50d836d20f79ea3665b15f15b0da4cbab9.zip | |
fix fix
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py | 2 |
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'): |
