This commit is contained in:
ThomasV 2012-02-14 23:02:17 +01:00
parent 7fa258946a
commit 2ea9658cd4
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ class ElectrumWindow(QMainWindow):
addButton = EnterButton("New", self.newaddress_dialog)
hbox.addWidget(addButton)
def payto(addr):
if not addr:return
self.tabs.setCurrentIndex(1)
self.payto_e.setText(addr)
self.amount_e.setFocus()