fix profile switching
[stack/code/dboxswitch.git] / dboxswitch / gui.py
index ae2c3c8..70485f7 100644 (file)
@@ -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(23):
                if not QtGui.QSystemTrayIcon.isSystemTrayAvailable():
                     sleep(4)
                 else: