From 82b7e98371f126639cb27348ffdf41206ba3fc22 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 12 Nov 2005 22:43:18 +0000 Subject: [PATCH] [gjc] destroy bigger_avatar_window not just hide it --- src/tabbed_chat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 5e861b380..bcd56851d 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -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'''