Fixes build.

cusax-fix
Damian Minkov 13 years ago
parent 6a21b7ef24
commit 0f132ff1b0

@ -292,7 +292,8 @@ private boolean isHistoryLoggingEnabled(Contact contact)
MetaContact metaContact = OtrActivator
.getContactListService().findMetaContactByContact(contact);
if(metaContact != null)
return ConfigurationUtils.isHistoryLoggingEnabled(metaContact);
return ConfigurationUtils.isHistoryLoggingEnabled(
metaContact.getMetaUID());
else
return true;
}

Loading…
Cancel
Save