diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-14 11:24:39 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-14 11:24:39 -0300 |
commit | c53f4d2c66f86c45dd9ffe504191847a2515bfdc (patch) | |
tree | 954bc9ee09ca41a8754662df00a1153b80e19480 /src/leap/bitmask/gui | |
parent | 10f937feffeb2e267a6426cdd5d3287783da866d (diff) | |
parent | 4cdaa7320b1d0624b7e6c1f08161451a7b70b373 (diff) |
Merge remote-tracking branch 'chiiph/bug/set_standalone_properly' into develop
Diffstat (limited to 'src/leap/bitmask/gui')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index b624988f..96cb1bfe 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -169,8 +169,6 @@ class MainWindow(QtGui.QMainWindow): # This is loaded only once, there's a bug when doing that more # than once - ProviderConfig.standalone = standalone - EIPConfig.standalone = standalone self._standalone = standalone self._provider_config = ProviderConfig() # Used for automatic start of EIP |