Bug 264938 - Collapse toolbar button shouldn't hide the statusbar. Patch by mano, r=jhpedemonte, sr=sfraser.

git-svn-id: svn://10.0.0.236/trunk@167909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2005-01-17 20:48:14 +00:00
parent 5c01a6c96d
commit 01afdf8458

View File

@@ -308,8 +308,7 @@ nsWebShellWindow::Toolbar()
PRUint32 chromeMask = (nsIWebBrowserChrome::CHROME_TOOLBAR |
nsIWebBrowserChrome::CHROME_LOCATIONBAR |
nsIWebBrowserChrome::CHROME_PERSONAL_TOOLBAR |
nsIWebBrowserChrome::CHROME_STATUSBAR);
nsIWebBrowserChrome::CHROME_PERSONAL_TOOLBAR);
PRUint32 chromeFlags, newChromeFlags = 0;
wbc->GetChromeFlags(&chromeFlags);