summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/bug-show-eip-on2
-rw-r--r--src/leap/bitmask/gui/eip_status.py3
2 files changed, 5 insertions, 0 deletions
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))