Fixing this god-damn hack.

This commit is contained in:
hyatt@netscape.com
1999-07-08 22:53:16 +00:00
parent 859fc2b2cf
commit 7a20ca8fbf
2 changed files with 2 additions and 2 deletions

View File

@@ -2010,7 +2010,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
* inside a *non-browser* window. Note this mechanism s'd go away once
* we have the protocol registry and window manager available
*/
if (isMail || !isBrowser) {
if (isMail) {
//Ask the container to load the appropriate component for the URL.
if (root) {