Skip to content
Snippets Groups Projects
Commit 82b7e983 authored by nkour's avatar nkour
Browse files

[gjc] destroy bigger_avatar_window not just hide it

parent 33e7b103
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ class TabbedChatWindow(chat.Chat):
def on_window_avatar_leave_notify_event(self, widget, event):
'''we just left the popup window that holds avatar'''
self.bigger_avatar_window.hide()
self.bigger_avatar_window.destroy()
def on_window_motion_notify_event(self, widget, event):
'''we just moved the mouse so show the cursor'''
......
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