get rid of all references to MSG_FolderInfo (should be nsIMsgFolder)

This commit is contained in:
alecf%netscape.com 1999-01-23 02:46:15 +00:00
parent ec520b92e1
commit b58d43ee0a
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ nsNNTPArticleList::Initialize(const nsINNTPHost * newsHost,
#endif
m_idsOnServer.set = nsNNTPArticleSet::Create();
#ifdef HAVE_PANES
MSG_FolderInfoNews *newsFolder = m_pane->GetMaster()->FindNewsFolder(host, groupName, PR_FALSE);
nsINNTPNewsgroup *newsFolder = m_pane->GetMaster()->FindNewsFolder(host, groupName, PR_FALSE);
if (newsFolder)
{
char *url = newsFolder->BuildUrl(NULL, MSG_MESSAGEKEYNONE);

View File

@ -402,7 +402,7 @@ nsNNTPNewsgroupList::GetRangeOfArtsToDownload(nsINNTPHost* host,
if (!m_getOldMessages && !m_promptedAlready && notifyMaxExceededOn)
{
#ifdef HAVE_PANES
MSG_FolderInfoNews *newsFolder = m_pane->GetMaster()->FindNewsFolder(m_host, m_groupName, PR_FALSE);
nsINNTPNewsgroup *newsFolder = m_pane->GetMaster()->FindNewsFolder(m_host, m_groupName, PR_FALSE);
PRBool result = FE_NewsDownloadPrompt(m_pane->GetContext(),
*last - *first + 1,
&m_downloadAll, newsFolder);