Fixes an incorrect 'fix' committed in r5309.

cusax-fix
Lyubomir Marinov 17 years ago
parent c9ec9e11c6
commit 752be6bce8

@ -157,7 +157,7 @@ void removeContact(ContactIcqImpl contact)
= buddies.entrySet().iterator();
buddyIter.hasNext();)
{
if (buddyIter.next().getKey().equals(contact))
if (buddyIter.next().getValue().equals(contact))
{
buddyIter.remove();
break;

Loading…
Cancel
Save