diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-12 10:34:40 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-12 10:34:40 -0300 |
commit | f3d8bf14688227cfae1efcbec606639991885c33 (patch) | |
tree | afda1278f7f1bb3d8894190b769450d21cda1710 /src/leap/gui | |
parent | 295b7ed9982094b6a4aa1951561e34bfb16e16c1 (diff) |
Set vpn systray tooltip to the latest status
Diffstat (limited to 'src/leap/gui')
-rw-r--r-- | src/leap/gui/mainwindow.py | 1 |
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) |