1
0

spawn both guis at start. clicking expand hides the simple one, shows the expert one.

This commit is contained in:
Amir Taaki
2012-06-29 07:26:52 +02:00
parent eda5672344
commit ba6e9417ed
4 changed files with 23 additions and 17 deletions

View File

@@ -406,13 +406,13 @@ class WalletSynchronizer(threading.Thread):
self.wallet.was_updated = True
if self.wallet.was_updated:
self.wallet.gui_callback()
self.wallet.trigger_callbacks()
self.wallet.was_updated = False
response = self.interface.responses.get()
self.handle_response(response)
self.wallet.gui_callback()
self.wallet.trigger_callbacks()
if self.loop:
time.sleep(5)
self.init_interface()