From 588b6b57ae3c80fe0c36647003ff73380443dfb7 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 6 Oct 2005 17:23:02 +0000 Subject: [PATCH] fix a tb. thanks deluge --- src/groupchat_window.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 94e68d611..47ac3acd5 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -1181,8 +1181,6 @@ current room topic.') % command, room_jid) # show the popup now! menu = xml.get_widget('gc_occupants_menu') menu.popup(None, None, None, event.button, event.time) - self.popup_is_shown = True - menu.connect('deactivate', self.on_popup_deactivate) menu.show_all() def remove_tab(self, room_jid, reason = 'offline'):