set rv to the result of RunNewsUrl. This fixes the reply bug where the subject wasn't showing up for news.

This commit is contained in:
mscott%netscape.com 1999-09-16 20:39:02 +00:00
parent 643b8c9959
commit b019973e07

View File

@ -161,7 +161,7 @@ nsresult nsNntpService::DisplayMessage(const char* aMessageURI, nsISupports * aD
if (NS_SUCCEEDED(rv) && webshell)
rv = webshell->LoadURI(myuri, "view", nsnull, PR_TRUE);
else
RunNewsUrl(myuri, aDisplayConsumer);
rv = RunNewsUrl(myuri, aDisplayConsumer);
}
if (aURL)