Fix thinko

Fixes #1441
This commit is contained in:
Neil Booth 2015-09-04 21:52:27 +09:00
parent 19e128adf0
commit 46067da42f
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ class ElectrumWindow(QMainWindow):
def do_send(self):
if run_hook('before_send', window):
if run_hook('before_send', self):
return
r = self.read_send_tab()
if not r: