From 69155bda6952e4bc88a4f1ec3a228c8f2523b358 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 6 Sep 2010 16:16:25 +0200 Subject: fix --- pyLoadGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadGui.py') 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) -- cgit v1.2.3