Without this patch OSX users couldn't add new help sources because the code

tried to update one item in a tuple.
This commit is contained in:
Ronald Oussoren 2006-05-26 08:41:25 +00:00
parent ae1c09811b
commit 19bebf2e2f

View file

@ -151,6 +151,7 @@ def Ok(self, event=None):
pass
else:
# Mac Safari insists on using the URI form for local files
self.result = list(self.result)
self.result[1] = "file://" + path
self.destroy()