setframe
authorThomasV <thomasv@gitorious>
Thu, 5 Jun 2014 12:15:58 +0000 (14:15 +0200)
committerThomasV <thomasv@gitorious>
Thu, 5 Jun 2014 12:15:58 +0000 (14:15 +0200)
gui/qt/paytoedit.py

index 23c6ef8..78ff735 100644 (file)
@@ -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)