commit e620f36971558780b9f135d157d25842800d1258
parent b2a13dbd9c9c1d6371b7d31e0a849cb8ba98f2d6
Author: ThomasV <thomasv@gitorious>
Date: Sat, 14 Mar 2015 10:16:12 +0100
show window in load_wallet
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -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)