1
0

removed trailing whitespace and fixed indentation in history widget

This commit is contained in:
Tafelpoot
2014-10-21 19:05:51 +02:00
parent 49c0a3a08f
commit d9c5250a6f
35 changed files with 230 additions and 267 deletions

View File

@@ -160,7 +160,7 @@ class ElectrumGui:
import installwizard
wizard = installwizard.InstallWizard(self.config, self.network, storage)
wallet = wizard.run(action)
if not wallet:
if not wallet:
return
else:
wallet.start_threads(self.network)
@@ -203,7 +203,7 @@ class ElectrumGui:
s.start()
self.windows.append(w)
if url:
if url:
self.set_url(url)
w.app = self.app
@@ -221,5 +221,3 @@ class ElectrumGui:
self.app.sendEvent(self.app.clipboard(), event)
w.close_wallet()