tInitialize self.d for KeepKey - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 39c1893a747c7e209aad80f551a7eb08e048c4d4
 (DIR) parent 3a1bb5b61a5126ad47ff01a609b0e24db800c1f5
 (HTM) Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sat, 26 Dec 2015 16:28:55 +0900
       
       Initialize self.d for KeepKey
       
       Diffstat:
         M plugins/keepkey/qt.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/plugins/keepkey/qt.py b/plugins/keepkey/qt.py
       t@@ -101,6 +101,7 @@ class KeepKeyQtHandler:
                self.win.connect(win, SIGNAL('pin_dialog'), self.pin_dialog)
                self.win.connect(win, SIGNAL('passphrase_dialog'), self.passphrase_dialog)
                self.done = threading.Event()
       +        self.d = None
        
            def stop(self):
                self.win.emit(SIGNAL('keepkey_done'))