URI: 
       thotfix for new wallet.register_callback compat - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8b60af0ca65bd317022825d596ea03a6451a089e
   DIR parent db9140a111d76ac239ab07dbaf15c138cf82377c
  HTML Author: Amir Taaki <genjix@riseup.net>
       Date:   Sat, 30 Jun 2012 13:11:39 +0200
       
       hotfix for new wallet.register_callback compat
       
       Diffstat:
         M electrum4a.py                       |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum4a.py b/electrum4a.py
       t@@ -908,7 +908,8 @@ def settings_loop():
        
        menu_commands = ["send", "receive", "settings", "contacts", "main"]
        droid = android.Android()
       -wallet = Wallet(update_callback)
       +wallet = Wallet()
       +wallet.register_callback(update_callback)
        
        wallet.set_path("/sdcard/electrum.dat")
        wallet.read()