зеркало из https://github.com/mozilla/pjs.git
fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858
This commit is contained in:
Родитель
bf324b75f5
Коммит
a2fa815f1c
|
@ -3873,7 +3873,7 @@ PRBool nsImapProtocol::GetActive()
|
|||
PRBool nsImapProtocol::GetShowAttachmentsInline()
|
||||
{
|
||||
PRBool showAttachmentsInline = PR_TRUE;
|
||||
if (m_imapMessageSink)
|
||||
if (m_imapServerSink)
|
||||
m_imapServerSink->GetShowAttachmentsInline(&showAttachmentsInline);
|
||||
return showAttachmentsInline;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче