1
0
This commit is contained in:
thomasv
2012-02-14 12:45:39 +01:00
parent bf303ef50c
commit aa1671e038
4 changed files with 54 additions and 43 deletions

View File

@@ -751,10 +751,11 @@ class ElectrumGui():
return True
def main(self):
def main(self,url):
s = Sender()
s.start()
w = ElectrumWindow(self.wallet)
if url: w.set_url(url)
w.app = self.app
w.connect_slots(s)
self.app.exec_()