typo: wrong function name
This commit is contained in:
parent
412ba85154
commit
9a4985930b
|
@ -1329,7 +1329,7 @@ current room topic.') % command, room_jid)
|
|||
room_jid, show='offline', status=reason)
|
||||
del self.nicks[room_jid]
|
||||
# They can already be removed by the destroy function
|
||||
if room_jid in gajim.contacts.get_room_list(self.account):
|
||||
if room_jid in gajim.contacts.get_gc_list(self.account):
|
||||
gajim.contacts.remove_room(self.account, room_jid)
|
||||
del gajim.gc_connected[self.account][room_jid]
|
||||
del self.list_treeview[room_jid]
|
||||
|
|
Loading…
Reference in New Issue