[gjc] destroy bigger_avatar_window not just hide it

This commit is contained in:
Nikos Kouremenos 2005-11-12 22:43:18 +00:00
parent 33e7b103c0
commit 82b7e98371
1 changed files with 1 additions and 1 deletions

View File

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