Could not add contacts for protocol providers that don't support presence - fixed

cusax-fix
Yana Stamcheva 19 years ago
parent ed690b1c6f
commit 366a7452d2

@ -113,6 +113,11 @@ private void tableInit(Iterator protocolProvidersList)
ProtocolProviderService pps
= (ProtocolProviderService)protocolProvidersList.next();
OperationSet opSet = pps.getOperationSet(OperationSetPresence.class);
if(opSet == null)
continue;
String pName = pps.getProtocolName();
Image protocolImage = null;

Loading…
Cancel
Save