Nothing as usual.

This commit is contained in:
Stephan Erb 2007-11-27 20:33:02 +00:00
parent 391249f14f
commit f791def2f7
1 changed files with 4 additions and 4 deletions

View File

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