fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858

This commit is contained in:
bienvenu%netscape.com 2002-11-26 00:45:07 +00:00
Родитель bf324b75f5
Коммит a2fa815f1c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;