summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-06-13 15:39:21 -0300
committerTomás Touceda <chiiph@leap.se>2013-06-13 15:39:21 -0300
commitc3fa54bc8628ba1618aba7b09a0daf458e798d3c (patch)
tree9f8d5149461f29879d442bba5b643d0b50194e76 /src/leap/gui/mainwindow.py
parent93db3e9da1347f239eba937120c6f7fb05eaab0a (diff)
Don't autostart EIP if the user explicitly stops the service
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index e135c798..381dbf19 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -1012,6 +1012,7 @@ class MainWindow(QtGui.QMainWindow):
self._action_eip_startstop.triggered.connect(
self._start_eip)
self._already_started_eip = False
+ self._settings.set_defaultprovider(None)
def _get_best_provider_config(self):
"""