Nothing as usual.

This commit is contained in:
Stephan Erb 2007-11-27 20:33:02 +00:00
parent 391249f14f
commit f791def2f7

View file

@ -372,7 +372,7 @@ class Contacts:
found = data
break
if found:
self._metacontacts_tags[account][tag].remove(data)
self._metacontacts_tags[account][tag].remove(found)
break
common.gajim.connections[account].store_metacontacts(
self._metacontacts_tags[account])