aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-06 12:27:35 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-06 12:27:35 +0000
commit3d5caa37c686f4ce440f97815b07d9e92ff4fea7 (patch)
tree910c63e7410008c1ed361699030abdd89f1c25f6 /src/util
parent3492d89c6eeebe01c2a1a1400ba84dd7b68357bf (diff)
downloadgnunet-3d5caa37c686f4ce440f97815b07d9e92ff4fea7.tar.gz
gnunet-3d5caa37c686f4ce440f97815b07d9e92ff4fea7.zip
silence: other way around
Diffstat (limited to 'src/util')
-rwxr-xr-xsrc/util/gnunet-qr.py.in4
1 files 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__':
58 58
59 # enable the preview window 59 # enable the preview window
60 if (True == silent): 60 if (True == silent):
61 proc.visible = True
62 else:
63 proc.visible = False 61 proc.visible = False
62 else:
63 proc.visible = True
64 64
65 # read at least one barcode (or until window closed) 65 # read at least one barcode (or until window closed)
66 try: 66 try: