From 2c3a045176c399f9c3d93210a1cc663bb92acd3e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 4 May 2011 15:35:59 +0000 Subject: h-client:improved the way pci devices are detected --- h-client/hclient.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3