wrong variable name
This commit is contained in:
parent
caee2945d1
commit
ed0213b441
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ class Groupchat_window(Chat):
|
||||||
if dialog.get_response() != gtk.RESPONSE_YES:
|
if dialog.get_response() != gtk.RESPONSE_YES:
|
||||||
return
|
return
|
||||||
|
|
||||||
Chat.remove_tab(self, jid, 'gc')
|
Chat.remove_tab(self, room_jid, 'gc')
|
||||||
if len(self.xmls) > 0:
|
if len(self.xmls) > 0:
|
||||||
self.plugin.send('GC_STATUS', self.account, (self.nicks[room_jid], \
|
self.plugin.send('GC_STATUS', self.account, (self.nicks[room_jid], \
|
||||||
room_jid, 'offline', 'offline'))
|
room_jid, 'offline', 'offline'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue