URI: 
       turi fix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8644bbf73448c101ad30a2a4b910794f69573aee
   DIR parent 4780d8f81158f61561fe47842f2d79985bc42086
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon,  9 Mar 2015 10:04:32 +0100
       
       uri fix
       
       Diffstat:
         M gui/qt/__init__.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py
       t@@ -57,7 +57,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().toEncoded())
       +                self.windows[0].pay_from_URI(event.url().toEncoded())
                        return True
                return False