electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 7dd0d8d635fe31d0ee43d87b0cd636731195e798
parent d2447ef309115c491fa4a4372c9c0c446f986be3
Author: ThomasV <thomasv@gitorious>
Date:   Sat,  9 Jun 2012 18:20:15 +0200

fix: payto without label

Diffstat:
Mlib/gui_qt.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/gui_qt.py b/lib/gui_qt.py @@ -534,6 +534,9 @@ class ElectrumWindow(QMainWindow): label = self.wallet.labels.get(payto) if label: self.payto_e.setText(label + ' <'+ payto+'>') + else: + self.payto_e.setText(payto) + self.message_e.setText(message) self.amount_e.setText(amount) if identity: