typo. Fixes #1862
This commit is contained in:
parent
1f815113f8
commit
0b9868b82a
|
@ -727,7 +727,7 @@ class Connection(ConnectionHandlers):
|
||||||
return
|
return
|
||||||
if remove_auth:
|
if remove_auth:
|
||||||
self.connection.getRoster().delItem(jid)
|
self.connection.getRoster().delItem(jid)
|
||||||
jid_list = gajim.config.del_per('contacts')
|
jid_list = gajim.config.get_per('contacts')
|
||||||
for j in jid_list:
|
for j in jid_list:
|
||||||
if j.startswith(jid):
|
if j.startswith(jid):
|
||||||
gajim.config.del_per('contacts', j)
|
gajim.config.del_per('contacts', j)
|
||||||
|
|
Loading…
Reference in New Issue