Nothing as usual.
This commit is contained in:
parent
391249f14f
commit
f791def2f7
|
@ -372,7 +372,7 @@ class Contacts:
|
||||||
found = data
|
found = data
|
||||||
break
|
break
|
||||||
if found:
|
if found:
|
||||||
self._metacontacts_tags[account][tag].remove(data)
|
self._metacontacts_tags[account][tag].remove(found)
|
||||||
break
|
break
|
||||||
common.gajim.connections[account].store_metacontacts(
|
common.gajim.connections[account].store_metacontacts(
|
||||||
self._metacontacts_tags[account])
|
self._metacontacts_tags[account])
|
||||||
|
|
Loading…
Reference in New Issue