diff options
author | Kali Kaneko <kali@leap.se> | 2014-06-05 16:38:56 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-06-06 10:49:15 -0500 |
commit | 57aa4d51e37228333e56e98d9af3bfe7b278e2d1 (patch) | |
tree | 11e8766f74299e4c9708f04a4b6cd88cb02df108 /src/leap/bitmask/gui/mainwindow.py | |
parent | 0b8cd73171eee3bf3f3c7b91faa90104e85e492b (diff) |
add icons for the vpn exit nodes
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 a3b81fde..c22c8892 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): |