Skip to content
Snippets Groups Projects
Commit ad803388 authored by dkirov's avatar dkirov
Browse files

destroy banner tooltip on close

parent c73abbab
No related branches found
No related tags found
No related merge requests found
......@@ -1251,6 +1251,8 @@ class ChatControl(ChatControlBase):
self.reset_kbd_mouse_timeout_vars()
def shutdown(self):
# destroy banner tooltip - bug #pygtk for that!
self.status_tooltip.destroy()
# Send 'gone' chatstate
self.send_chatstate('gone', self.contact)
self.contact.chatstate = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment