Merge branch 'master' of git://github.com/spesmilo/electrum

This commit is contained in:
ThomasV 2015-09-01 12:16:16 +02:00
commit c33b223cbe
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ class ElectrumGui:
path = config.get_wallet_path()
for w in self.windows:
if w.config.get_wallet_path() == path:
# Un-minimize the window and raise it
w.setWindowState(w.windowState() & ~QtCore.Qt.WindowMinimized | QtCore.Qt.WindowActive)
w.activateWindow()
break
else:
w = ElectrumWindow(config, self.network, self)