mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
TRUE -> PR_TRUE, build bustage fix
This commit is contained in:
parent
47d6072128
commit
9cdf072c7d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user