@ -681,9 +681,6 @@ class ElectrumWindow(QMainWindow):
defcurrent_item_changed(self,a):
run_hook('current_item_changed',a)
self.pay_from=[]
self.tabs.emit(SIGNAL('currentChanged(int)'),1)
defupdate_history_tab(self):
@ -766,7 +763,6 @@ class ElectrumWindow(QMainWindow):
grid.addWidget(self.message_e,2,1,1,3)
grid.addWidget(HelpButton(_('Description of the transaction (not mandatory).')+'\n\n'+_('The description is not sent to the recipient of the funds. It is stored in your wallet file, and displayed in the \'History\' tab.')),2,4)
self.pay_from=[]
self.from_label=QLabel(_('From'))
grid.addWidget(self.from_label,3,0)
self.from_list=QTreeWidget(self)
@ -776,7 +772,7 @@ class ElectrumWindow(QMainWindow):