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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user