1
0

Mac OSX bitcoin: URI updates

This commit is contained in:
Michael Wozniak
2013-11-13 05:59:36 -06:00
parent 9b247c1653
commit 433a3ba0fe
4 changed files with 10 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ class OpenFileEventFilter(QObject):
def eventFilter(self, obj, event):
if event.type() == QtCore.QEvent.FileOpen:
if len(self.windows) >= 1:
self.windows[0].set_url(event.url().toString())
self.windows[0].set_url(event.url().toEncoded())
return True
return False