v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dda2468
)
fixed indentation typo in gui.py
author
stack
<stack@inventati.org>
Mon, 1 Apr 2013 18:07:36 +0000
(20:07 +0200)
committer
stack
<stack@inventati.org>
Mon, 1 Apr 2013 18:07:36 +0000
(20:07 +0200)
gui.py
patch
|
blob
|
history
diff --git
a/gui.py
b/gui.py
index
bb156a0
..
8f7cbe9
100644
(file)
--- a/
gui.py
+++ b/
gui.py
@@
-49,10
+49,10
@@
class Gui(QtGui.QDialog):
self.app = QtGui.QApplication(sys.argv)
for i in range(3):
-
if not QtGui.QSystemTrayIcon.isSystemTrayAvailable():
-
sleep(4)
-
else:
-
break
+ if not QtGui.QSystemTrayIcon.isSystemTrayAvailable():
+ sleep(4)
+ else:
+ break
#check if system tray is avaiable on the system
if not QtGui.QSystemTrayIcon.isSystemTrayAvailable():
QtGui.QMessageBox.critical(None, "Systray",