diff options
author | kali <kali@leap.se> | 2012-09-20 03:57:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-20 03:57:05 +0900 |
commit | cbd474e49e12e5fc0677dafe331b9c5ab3a2539a (patch) | |
tree | bd758d48564294a7d80509bcc77c9dfcbd511b1d /src/leap/baseapp/eip.py | |
parent | db704eecf513fcc48365844523557d6edab28293 (diff) |
start hidden, and toggle details window from menu
Diffstat (limited to 'src/leap/baseapp/eip.py')
-rw-r--r-- | src/leap/baseapp/eip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/baseapp/eip.py b/src/leap/baseapp/eip.py index 6c147cb4..6d6b79cb 100644 --- a/src/leap/baseapp/eip.py +++ b/src/leap/baseapp/eip.py @@ -152,7 +152,7 @@ class EIPConductorAppMixin(object): # from openvpn manager) if not self.eip_service_started: - # there is a race condition + # there is a race condition # going on here. Depending on how long we take # to init the qt app, the management socket # is not ready yet. |