typo: wrong function name

This commit is contained in:
Yann Leboulanger 2006-01-02 06:47:48 +00:00
parent 412ba85154
commit 9a4985930b
1 changed files with 1 additions and 1 deletions

View File

@ -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]