summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/leap_app.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-13 16:38:22 +0900
committerkali <kali@leap.se>2012-09-13 16:38:22 +0900
commit71cedd4e4a882765862496d77c7f04173ab4712a (patch)
tree9720c39fcd6a68c36a754624a5ced88cd7fdb655 /src/leap/baseapp/leap_app.py
parentdf6599be6dcf888b70ca430f7fa2efd8e8ae99d1 (diff)
fix race condition on app init
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket.
Diffstat (limited to 'src/leap/baseapp/leap_app.py')
-rw-r--r--src/leap/baseapp/leap_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/baseapp/leap_app.py b/src/leap/baseapp/leap_app.py
index f91b2329..f861f945 100644
--- a/src/leap/baseapp/leap_app.py
+++ b/src/leap/baseapp/leap_app.py
@@ -45,7 +45,7 @@ class MainWindowMixin(object):
self.headerLabelSub = QtGui.QLabel("<i>trust your \
technolust</i>")
- pixmap = QtGui.QPixmap(':/images/leapfrog.jpg')
+ pixmap = QtGui.QPixmap(':/images/leap-color-small.png')
frog_lbl = QtGui.QLabel()
frog_lbl.setPixmap(pixmap)