destroy banner tooltip on close

This commit is contained in:
Dimitur Kirov 2006-04-07 23:44:34 +00:00
parent c73abbab57
commit ad803388ad
1 changed files with 2 additions and 0 deletions

View File

@ -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