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

@@ -800,7 +800,7 @@ class MiniDriver(QObject):
self.wallet = wallet
self.window = window
self.wallet.interface.register_callback(self.update_callback)
self.wallet.interface.register_callback('updated',self.update_callback)
self.state = None