electrum

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

commit 0dc99a7a1fb86d23b3c4ab9d7b1e412a0c11d2ff
parent 70d59bbe06e0610136f82bec837a50d1b9804c92
Author: ThomasV <thomasv@gitorious>
Date:   Sat, 25 Jul 2015 17:22:45 +0200

fix: reset payment_request in do_clear

Diffstat:
Mgui/qt/main_window.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -1388,6 +1388,7 @@ class ElectrumWindow(QMainWindow): def do_clear(self): self.not_enough_funds = False + self.payment_request = None self.payto_e.is_pr = False for e in [self.payto_e, self.message_e, self.amount_e, self.fee_e]: e.setText('')