From f7f331ca8166fd8b4a0c56f065d0021f954ee4c5 Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 1 Apr 2013 20:07:36 +0200 Subject: [PATCH] fixed indentation typo in gui.py --- gui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui.py b/gui.py index bb156a0..8f7cbe9 100644 --- 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", -- 2.20.1