commit 08c7c3c51fad2ea4ca34490a6fcd7e7cf4db1eeb parent 53d03e9e34a005e9a4be946a0533b2bd89d1c626 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(-)
diff --git a/gui/gui_qt.py b/gui/gui_qt.py @@ -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)