Kaydet (Commit) 5a3c7c39 authored tarafından Jack Jansen's avatar Jack Jansen

Oops, there was a tab in there.

üst 30620ac6
...@@ -182,7 +182,7 @@ class PackageManagerMain(Wapplication.Application): ...@@ -182,7 +182,7 @@ class PackageManagerMain(Wapplication.Application):
if filename: if filename:
filename = urllib.pathname2url(filename) filename = urllib.pathname2url(filename)
if filename[:5] != 'file:': if filename[:5] != 'file:':
filename = 'file:' + filename filename = 'file:' + filename
self.opendoc(filename) self.opendoc(filename)
def domenu_openURL(self, *args): def domenu_openURL(self, *args):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment