v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix profile switching
[stack/code/dboxswitch.git]
/
dboxswitch
/
gui.py
diff --git
a/dboxswitch/gui.py
b/dboxswitch/gui.py
index
ae2c3c8
..
70485f7
100644
(file)
--- a/
dboxswitch/gui.py
+++ b/
dboxswitch/gui.py
@@
-48,7
+48,7
@@
class Gui(QtGui.QDialog):
Default actions are builded and profile manager stored from argument (instance of ProfHandler """
self.app = QtGui.QApplication(sys.argv)
- for i in range(3):
+ for i in range(
2
3):
if not QtGui.QSystemTrayIcon.isSystemTrayAvailable():
sleep(4)
else: