URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit fed4dab029b8643ccb042feabc100914835781b1
   DIR parent 7532668a83c304a91f1a4583db25d5096c6d7cf6
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Tue, 14 Feb 2012 17:17:59 +0100
       
       fix
       
       Diffstat:
         M client/wallet.py                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/client/wallet.py b/client/wallet.py
       t@@ -849,7 +849,7 @@ class Wallet:
                        self.verify_message(signing_address, signature, url )
                        self.receipt = (signing_address, signature, url)
                    except:
       -                self.show_message('Warning: the URI contains a bad signature.\nThe identity of the recipient cannot be verified.')
       +                show_message('Warning: the URI contains a bad signature.\nThe identity of the recipient cannot be verified.')
                        address = amount = label = identity = message = ''
        
                if re.match('^(|([\w\-\.]+)@)((\w[\w\-]+\.)+[\w\-]+)$', address):