From 3d5caa37c686f4ce440f97815b07d9e92ff4fea7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 6 Dec 2013 12:27:35 +0000 Subject: [PATCH] silence: other way around --- src/util/gnunet-qr.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/gnunet-qr.py.in b/src/util/gnunet-qr.py.in index de4849023..cb0545b96 100755 --- a/src/util/gnunet-qr.py.in +++ b/src/util/gnunet-qr.py.in @@ -58,9 +58,9 @@ if __name__ == '__main__': # enable the preview window if (True == silent): - proc.visible = True - else: proc.visible = False + else: + proc.visible = True # read at least one barcode (or until window closed) try: -- 2.25.1