wrong variable name

This commit is contained in:
Yann Leboulanger 2005-03-16 13:48:35 +00:00
parent caee2945d1
commit ed0213b441
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ class Groupchat_window(Chat):
if dialog.get_response() != gtk.RESPONSE_YES:
return
Chat.remove_tab(self, jid, 'gc')
Chat.remove_tab(self, room_jid, 'gc')
if len(self.xmls) > 0:
self.plugin.send('GC_STATUS', self.account, (self.nicks[room_jid], \
room_jid, 'offline', 'offline'))