Update main_window.py

This commit is contained in:
waheebyaqub 2014-09-27 16:59:23 +04:00
parent 374182e4bf
commit 2045043212
1 changed files with 4 additions and 0 deletions

View File

@ -2382,6 +2382,10 @@ class ElectrumWindow(QMainWindow):
h, b = ok_cancel_buttons2(d, _('Export')) h, b = ok_cancel_buttons2(d, _('Export'))
vbox.addLayout(h) vbox.addLayout(h)
run_hook('export_history_dialog', self,hbox)
self.update()
if not d.exec_(): if not d.exec_():
return return