NullPointerException reported and fixed by Symphorien.

cusax-fix
Yana Stamcheva 19 years ago
parent 008a5ec9da
commit e80f01cc01

@ -243,7 +243,8 @@ else if (selectedPanel != null
Messages.getI18NString(
"contactNotSupportingTelephony",
new String[]
{ contact.getDisplayName() }).getText(),
{ ((MetaContact) o).getDisplayName() })
.getText(),
Messages.getI18NString("warning").getText())
.showDialog();
}

Loading…
Cancel
Save