From f7a9c876ed5b48ae85e6cb1a406293301b03dbc1 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 8 Jul 1999 22:53:16 +0000 Subject: [PATCH] Fixing this god-damn hack. git-svn-id: svn://10.0.0.236/trunk@38823 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsWebShell.cpp | 2 +- mozilla/webshell/src/nsWebShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index ef8635cb3f0..2b279b01e63 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -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) { diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index ef8635cb3f0..2b279b01e63 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -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) {