From 2d897cccbb6b325cff92c8c8eb9c390b999a6f66 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 11 Oct 2013 17:59:49 -0300 Subject: Show systray tooltip ON for EIP. --- changes/bug-show-eip-on | 2 ++ src/leap/bitmask/gui/eip_status.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 changes/bug-show-eip-on diff --git a/changes/bug-show-eip-on b/changes/bug-show-eip-on new file mode 100644 index 00000000..dd800471 --- /dev/null +++ b/changes/bug-show-eip-on @@ -0,0 +1,2 @@ + o Show EIP status 'ON' in the systray tooltip when is connected. Related to + #3998. diff --git a/src/leap/bitmask/gui/eip_status.py b/src/leap/bitmask/gui/eip_status.py index 946eaa4e..2a03023b 100644 --- a/src/leap/bitmask/gui/eip_status.py +++ b/src/leap/bitmask/gui/eip_status.py @@ -424,6 +424,9 @@ class EIPStatusWidget(QtGui.QWidget): tray_message = self.tr("Encrypted Internet: ON") selected_pixmap = self.CONNECTED_ICON selected_pixmap_tray = self.CONNECTED_ICON_TRAY + self._eip_status = 'ON' + self._update_systray_tooltip() + self.set_eip_icon(selected_pixmap) self._systray.setIcon(QtGui.QIcon(selected_pixmap_tray)) -- cgit v1.2.3