summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-05-30 11:44:33 -0300
committerTomás Touceda <chiiph@leap.se>2014-05-30 12:58:11 -0300
commit520ffec305f89cd1ee504c24adee9e1bee21c452 (patch)
tree4487eba36c5d40e5fd88a15d8790892a3bcfe95f /src/leap/bitmask/gui/mainwindow.py
parent0b1e346b0c3c5306bed639f955847bb50bdc1650 (diff)
Update EIP UI if it fails to load the config
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index a0eb84a2..5420eb4d 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -1624,6 +1624,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 ---------------------------------------------