summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-03-12 10:34:40 -0300
committerTomás Touceda <chiiph@leap.se>2013-03-12 10:34:40 -0300
commitf3d8bf14688227cfae1efcbec606639991885c33 (patch)
treeafda1278f7f1bb3d8894190b769450d21cda1710 /src/leap/gui/mainwindow.py
parent295b7ed9982094b6a4aa1951561e34bfb16e16c1 (diff)
Set vpn systray tooltip to the latest status
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 7209861f..65ab6632 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -402,6 +402,7 @@ class MainWindow(QtGui.QMainWindow):
@param status: status message
@type status: str
"""
+ self._vpn_systray.setToolTip(status)
if error:
status = "<font color='red'><b>%s</b></font>" % (status,)
self.ui.lblEIPStatus.setText(status)