summaryrefslogtreecommitdiff
path: root/src/leap/gui
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-06-17 05:37:04 +0900
committerkali <kali@leap.se>2013-06-17 05:37:04 +0900
commit0f43f3db34dd0262e298dd4431b1e971c77dfbdd (patch)
tree7e3edc9dc6a8c4628f8dfdb6ffd38e882d19cf7a /src/leap/gui
parent332f4fe1338b72eaa7bc2a2878ce30129004319e (diff)
Remove temporal folder during shutdown
Closes: #2891 This is the temporal folder that is used under osx and linux for the unix socket to connect to the management interface.
Diffstat (limited to 'src/leap/gui')
-rw-r--r--src/leap/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 51b96463..9fd543bf 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -1209,7 +1209,7 @@ class MainWindow(QtGui.QMainWindow):
self._cleanup_pidfiles()
logger.debug('Terminating vpn')
- self._vpn.terminate()
+ self._vpn.terminate(shutdown=True)
def quit(self):
"""