Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh.

git-svn-id: svn://10.0.0.236/trunk@39015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com
1999-07-12 20:31:03 +00:00
parent e114c492a3
commit 46983deb42

View File

@@ -1818,6 +1818,7 @@ nsWebShellWindow::OnEndDocumentLoad(nsIDocumentLoader* loader,
// Always show the window at this point.
mWindow->Show(PR_TRUE);
mWebShell->Show();
return NS_OK;
}