diff options
author | antialias <antialias@leap.se> | 2012-11-21 15:34:32 -0800 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-28 02:10:13 +0900 |
commit | c7dec38062e433cd1f098b6f1457acc87b4e6aaf (patch) | |
tree | 267b0d41697a3d9efde5d737023925b7a37fdf77 /src/leap/baseapp | |
parent | eec567a0a26edddb30b15ea4ef67f042c160d5ba (diff) |
successfully catching ctrl-c but for not quitting in the correct order.
Diffstat (limited to 'src/leap/baseapp')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index f07ebb7d..85185ca6 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -40,6 +40,7 @@ class LeapWindow(QtGui.QMainWindow, networkError = QtCore.pyqtSignal([object]) triggerEIPError = QtCore.pyqtSignal([object]) start_eipconnection = QtCore.pyqtSignal([]) + shutdownSignal = QtCore.pyqtSignal([]) # this is status change got from openvpn management openvpnStatusChange = QtCore.pyqtSignal([object]) |