From f460ed50d836d20f79ea3665b15f15b0da4cbab9 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 4 Mar 2006 19:40:59 +0000 Subject: fix fix --- lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') 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'): -- cgit v1.2.3