diff options
| author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-20 11:55:36 -0300 | 
|---|---|---|
| committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-20 11:55:36 -0300 | 
| commit | f95df925f7640537e301442a6faabbcdd282f130 (patch) | |
| tree | bcebd41cb4c75ef96a78cec759fb848bca08654a | |
| parent | f174d94e00b0619c4f5dfde769e76209823702a3 (diff) | |
Disable the EIP start if EIP is disabled.
| -rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index ce4290a4..6a1f4445 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1455,6 +1455,7 @@ class MainWindow(QtGui.QMainWindow):                      self.tr("Not supported"),                      error=True)              else: +                self._eip_status.disable_eip_start()                  self._eip_status.set_eip_status(self.tr("Disabled"))      def _finish_eip_bootstrap(self, data):  | 
