Retreiving nickname - avoid infinite loop in case of an exception and also avoid double call for one contact.

cusax-fix
Damian Minkov 17 years ago
parent 6c2937b504
commit dd5568cb3c

@ -1377,7 +1377,7 @@ public void run()
{
ContactIcqImpl contact = (ContactIcqImpl) iter.next();
String oldNickname = contact.getDisplayName();
String oldNickname = contact.getUIN();
String nickName = null;
@ -1390,7 +1390,6 @@ public void run()
{
// if something happens do not interrupt
// the nickname retreiver
continue;
}
if(nickName != null)

Loading…
Cancel
Save