diff options
author | Kali Kaneko <kali@leap.se> | 2013-06-24 02:57:26 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-06-24 04:10:20 +0900 |
commit | 19c90e02a65d1d6fe30e6915cd2a9440878aef83 (patch) | |
tree | 54dec824b6951ec81c7ddb414948a11294d9729d /src/leap/gui/statuspanel.py | |
parent | 63bc283c90a80ddc030e24fcc38c533b1e7c551d (diff) |
Improve OpenVPN Process Control
* Disable toggle button until we get "connected" status. #2956
* Catch abnormal termination and update UI accordingly. #2890
Diffstat (limited to 'src/leap/gui/statuspanel.py')
-rw-r--r-- | src/leap/gui/statuspanel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/gui/statuspanel.py b/src/leap/gui/statuspanel.py index de913f09..3e5a5093 100644 --- a/src/leap/gui/statuspanel.py +++ b/src/leap/gui/statuspanel.py @@ -171,7 +171,6 @@ class StatusPanelWidget(QtGui.QWidget): """ self.hide_status_box() self.set_startstop_enabled(False) - logger.debug('disabling buton.....................') def eip_started(self): """ |