aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--h-client/hclient.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-client/hclient.py b/h-client/hclient.py
index 8401c81..17a1bb7 100644
--- a/h-client/hclient.py
+++ b/h-client/hclient.py
@@ -634,6 +634,8 @@ class hclient:
def delete_event(self, widget, event, data=None):
+ self.client.logout()
+ os.system('rm -f tmp/cookie')
gtk.main_quit()
return False