Skip to content
Snippets Groups Projects
Commit ed0213b4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

wrong variable name

parent caee2945
No related branches found
No related tags found
No related merge requests found
......@@ -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'))
......
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