This commit is contained in:
Yann Leboulanger 2006-04-17 09:07:58 +00:00
parent 1f815113f8
commit 0b9868b82a
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ class Connection(ConnectionHandlers):
return
if remove_auth:
self.connection.getRoster().delItem(jid)
jid_list = gajim.config.del_per('contacts')
jid_list = gajim.config.get_per('contacts')
for j in jid_list:
if j.startswith(jid):
gajim.config.del_per('contacts', j)