From: Matthias Wachs Date: Fri, 6 Dec 2013 12:27:35 +0000 (+0000) Subject: silence: other way around X-Git-Tag: initial-import-from-subversion-38251~5705 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d5caa37c686f4ce440f97815b07d9e92ff4fea7;p=oweals%2Fgnunet.git silence: other way around --- 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: