summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/systray.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-02 06:43:15 +0900
committerkali <kali@leap.se>2012-10-02 06:43:15 +0900
commit886d04167e51ba07a71393bad5c41b04023db527 (patch)
tree749a039b1a95ff5f888924cfd1c331166a2778a0 /src/leap/baseapp/systray.py
parentbbbeef10fd581fa29090b95b8f46f4641f7e5f41 (diff)
moved eip checks to qthread to let icon show early
Diffstat (limited to 'src/leap/baseapp/systray.py')
-rw-r--r--src/leap/baseapp/systray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/baseapp/systray.py b/src/leap/baseapp/systray.py
index 39a23f49..0ab37f7f 100644
--- a/src/leap/baseapp/systray.py
+++ b/src/leap/baseapp/systray.py
@@ -41,6 +41,7 @@ class StatusAwareTrayIconMixin(object):
self.createIconGroupBox()
self.createActions()
self.createTrayIcon()
+ logger.debug('showing tray icon................')
self.trayIcon.show()
# not sure if this really belongs here, but...