1
0

use named callbacks with the interface

This commit is contained in:
thomasv
2012-10-22 11:34:21 +02:00
parent 33eb749c6a
commit 4fbd2ea66e
6 changed files with 40 additions and 32 deletions

View File

@@ -207,7 +207,7 @@ class ElectrumWindow(QMainWindow):
QMainWindow.__init__(self)
self.wallet = wallet
self.config = config
self.wallet.interface.register_callback(self.update_callback)
self.wallet.interface.register_callback('updated', self.update_callback)
self.detailed_view = config.get('qt_detailed_view', False)