1
0

fix syntax error in lite gui and get_default_label

This commit is contained in:
thomasv
2012-11-05 10:42:57 +01:00
parent 73dc533e79
commit 80e97feb47
2 changed files with 5 additions and 4 deletions

View File

@@ -380,7 +380,7 @@ class ElectrumWindow(QMainWindow):
item.setForeground(2, QBrush(QColor('black')))
else:
if s: self.wallet.labels.pop(tx_hash)
text = tx['default_label']
text = self.wallet.get_default_label(tx_hash)
item.setText(2, text)
item.setForeground(2, QBrush(QColor('gray')))
self.is_edit=False