show window in load_wallet

This commit is contained in:
ThomasV 2015-03-14 10:16:12 +01:00
parent b2a13dbd9c
commit e620f36971
1 changed files with 1 additions and 1 deletions

View File

@ -239,6 +239,7 @@ class ElectrumWindow(QMainWindow):
self.clear_receive_tab()
self.update_receive_tab()
self.show()
run_hook('load_wallet', wallet)
@ -301,7 +302,6 @@ class ElectrumWindow(QMainWindow):
self.close_wallet()
# load new wallet in gui
self.load_wallet(wallet)
self.show()
# save path
self.config.set_key('gui_last_wallet', filename)