From 8740fe8a18544f70a085bbc6f802d63243fa0401 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 14 Sep 2006 05:53:01 +0000 Subject: [PATCH] Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. git-svn-id: svn://10.0.0.236/trunk@210485 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/browser/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/browser/navigator.js b/mozilla/suite/browser/navigator.js index 363185e57fe..45f0016714b 100644 --- a/mozilla/suite/browser/navigator.js +++ b/mozilla/suite/browser/navigator.js @@ -875,7 +875,7 @@ function RevealSearchPanel() function BrowserOpenWindow() { //opens a window where users can select a web location to open - window.openDialog( "chrome://navigator/content/openLocation.xul", "_blank", "chrome,modal", appCore ); + window.openDialog( "chrome://navigator/content/openLocation.xul", "_blank", "chrome,modal,titlebar", appCore ); } /* Called from the openLocation dialog. This allows that dialog to instruct