Skip to content
Snippets Groups Projects
Commit 7b563e37 authored by steve-e's avatar steve-e
Browse files

Remove tooltips when we close a groupchat window.

parent 956737a3
No related branches found
No related tags found
No related merge requests found
......@@ -1563,6 +1563,8 @@ class GroupchatControl(ChatControlBase):
self.contact.jid, status = self.subject)
def shutdown(self, status='offline'):
# destroy banner tooltip - bug #pygtk for that!
self.subject_tooltip.destroy()
gajim.connections[self.account].send_gc_status(self.nick, self.room_jid,
show='offline', status=status)
nick_list = gajim.contacts.get_nick_list(self.account, self.room_jid)
......
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