diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-06-06 13:07:33 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-06-06 13:07:33 -0300 |
commit | 889e76dd32a4699239fe719d414afee2dbe199bc (patch) | |
tree | 6535b3383f66056a2a99f2ef83a897ea2e9da63a /src/leap/bitmask/gui/mainwindow.py | |
parent | 1665242fc75bc34ded0afcd36fe22e4dce2efe08 (diff) | |
parent | 57aa4d51e37228333e56e98d9af3bfe7b278e2d1 (diff) |
Merge remote-tracking branch 'refs/remotes/kali/feature/vpn_exit_icon' 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 c61b7dc9..3ef994b1 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1465,6 +1465,7 @@ class MainWindow(QtGui.QMainWindow): self._already_started_eip = True # check for connectivity + # we might want to leave a little time here... self._check_name_resolution(domain) def _check_name_resolution(self, domain): |