aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-04 15:35:59 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-04 15:35:59 +0000
commit2c3a045176c399f9c3d93210a1cc663bb92acd3e (patch)
tree1cac611d9c2eacf686a128e22e7919c70fb1b5e1
parentc1553467a6597aa516e0351fade8a12dcf3d06e4 (diff)
h-client:improved the way pci devices are detected
-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