diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-05-30 13:00:41 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-05-30 13:00:41 -0300 |
commit | 49b61335fedc88b5ce4a97dc3e98610b5fce74e5 (patch) | |
tree | 1962a0f79e86d8ddf782c7894cc1680732958900 /src/leap/bitmask/gui/mainwindow.py | |
parent | c09f3db820e110066fc75867254d8841c7f0e0f7 (diff) | |
parent | 520ffec305f89cd1ee504c24adee9e1bee21c452 (diff) |
Merge remote-tracking branch 'chiiph/bug/update_ui_when_fails_at_config' into develop
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-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 af7b2699..5b8d9b1e 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1623,6 +1623,7 @@ class MainWindow(QtGui.QMainWindow): self.tr("Unable to connect: Problem with provider")) logger.error(data[self._backend.ERROR_KEY]) self._already_started_eip = False + self._eip_status.aborted() # end of EIP methods --------------------------------------------- |