tsetframe - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1a35ed35739640366593a719c3cf414c305a474e DIR parent 1cd3776e8ff2ef7641d8d3848157074ec5abfe3f HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 5 Jun 2014 14:15:58 +0200 setframe Diffstat: M gui/qt/paytoedit.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) --- DIR diff --git a/gui/qt/paytoedit.py b/gui/qt/paytoedit.py t@@ -51,6 +51,10 @@ class PayToEdit(QTextEdit): e.setFrame(True) + def setFrame(self, b): + pass + + def parse_address_and_amount(self, line): x, y = line.split(',') address = self.parse_address(x)