tfix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 08c7c3c51fad2ea4ca34490a6fcd7e7cf4db1eeb DIR parent 53d03e9e34a005e9a4be946a0533b2bd89d1c626 HTML Author: thomasv <thomasv@gitorious> Date: Sat, 2 Mar 2013 13:27:44 +0100 fix Diffstat: M gui/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/gui_qt.py b/gui/gui_qt.py t@@ -1489,7 +1489,7 @@ class ElectrumWindow(QMainWindow): dialog.exec_() @staticmethod - def show_qrcode(data, title = "QR code")): + def show_qrcode(data, title = "QR code"): if not data: return d = QDialog(None) d.setModal(1)