electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 216ff894b58768b92dff5aa068ba893ecf9b250e
parent d7ad1f41e53a6b84006fa4664af3f86c67b78648
Author: Amir Taaki <genjix@riseup.net>
Date:   Thu,  5 Jul 2012 22:56:45 +0200

Force update for lite gui so update() gets called at least once (i.e if create/restore wallet)

Diffstat:
Mlib/gui_lite.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/gui_lite.py b/lib/gui_lite.py @@ -532,6 +532,7 @@ class MiniDriver(QObject): self.initializing() self.connect(self, SIGNAL("updatesignal()"), self.update) + self.update_callback() # This is a hack to workaround that Qt does not like changing the # window properties from this other thread before the runloop has