diff options
author | mkaay <mkaay@mkaay.de> | 2010-08-27 23:45:41 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-08-27 23:45:41 +0200 |
commit | dbabdff5f8abaf11f7d16a32716133db20ae7c53 (patch) | |
tree | 7f162c25d5b30e030a9bd3776d5307daf2451612 /interfaces/pyLoadGui.py | |
parent | implemented speedmanager (diff) | |
download | pyload-dbabdff5f8abaf11f7d16a32716133db20ae7c53.tar.xz |
so.biz fix
Diffstat (limited to 'interfaces/pyLoadGui.py')
-rwxr-xr-x | interfaces/pyLoadGui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/pyLoadGui.py b/interfaces/pyLoadGui.py index f1b963e88..441207487 100755 --- a/interfaces/pyLoadGui.py +++ b/interfaces/pyLoadGui.py @@ -103,7 +103,7 @@ class main(QObject): self.connData = None self.captchaProcessing = False - if first: + if True: self.tray = TrayIcon() self.tray.show() self.notification = Notification(self.tray) |