diff options
Diffstat (limited to 'lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py')
| -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'): |
