URI: 
       tself.wallet is not defined - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a31ad09cc77805b636e32c4740b9ab627cb37de5
   DIR parent 64a8dd97d044fc3fb7998821fed4f17a7239b434
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 12 Jun 2013 21:37:36 +0200
       
       self.wallet is not defined
       
       Diffstat:
         M gui/gui_android.py                  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/gui_android.py b/gui/gui_android.py
       t@@ -460,7 +460,7 @@ def pay_to(recipient, amount, fee, label):
                return
        
            if label: 
       -        self.wallet.labels[tx.hash()] = label
       +        wallet.labels[tx.hash()] = label
        
            droid.dialogDismiss()
        
       t@@ -968,7 +968,7 @@ class ElectrumGui:
                return True
        
            def verify_seed(self):
       -        self.wallet.save_seed()
       +        wallet.save_seed()
                return True
                
            def show_seed(self):