summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-12-02 13:59:37 -0300
committerTomás Touceda <chiiph@leap.se>2013-12-02 13:59:37 -0300
commitc59b6ac74dc8e9054237f28f37c9f9573c9b5713 (patch)
tree38837aca0793efccfbb620b6416553b8e20e53db /src
parent160ebc8e7192443980865b3dd3150055b3f932f0 (diff)
Remove EIP has stopped message
Diffstat (limited to 'src')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index 25e25e45..0d55040f 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -1369,8 +1369,7 @@ class MainWindow(QtGui.QMainWindow):
Sets eip status to off
"""
# XXX this should be handled by the state machine.
- self._eip_status.set_eip_status(self.tr("EIP has stopped"),
- error=error)
+ self._eip_status.set_eip_status("", error=error)
self._eip_status.set_eip_status_icon("error")
def _eip_finished(self, exitCode):