diff options
author | mkaay <mkaay@mkaay.de> | 2010-09-06 16:16:25 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-09-06 16:16:25 +0200 |
commit | 69155bda6952e4bc88a4f1ec3a228c8f2523b358 (patch) | |
tree | bb97a9622850e624362dd0a0e7061045e30063c9 /pyLoadGui.py | |
parent | win fixes, updated locale + pl (diff) | |
download | pyload-69155bda6952e4bc88a4f1ec3a228c8f2523b358.tar.xz |
fix
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index afe47a3a4..9eac96f94 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -93,7 +93,7 @@ class main(QObject): self.core = None # pyLoadCore if started - if True: + if first: self.tray = TrayIcon() self.tray.show() self.notification = Notification(self.tray) |