TRUE -> PR_TRUE, build bustage fix

This commit is contained in:
leaf%mozilla.org 2002-11-22 16:46:32 +00:00
parent 47d6072128
commit 9cdf072c7d

View File

@ -146,7 +146,7 @@ PRBool nsIMAPBodyShell::GetShowAttachmentsInline()
if (!m_gotAttachmentPref)
{
m_showAttachmentsInline = !m_protocolConnection || m_protocolConnection->GetShowAttachmentsInline();
m_gotAttachmentPref = TRUE;
m_gotAttachmentPref = PR_TRUE;
}
return m_showAttachmentsInline;