From cfe93dcff46b452400d12d4b841ba93d9b327550 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 31 Aug 2000 05:45:28 +0000 Subject: [PATCH] 46613... --- profile/resources/content/profileManager.js | 4 ++-- profile/resources/content/profileSelection.xul | 2 +- themes/classic/global/mac/formatting.css | 6 +----- themes/classic/global/mac/global.css | 13 +++++++++++++ 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/profile/resources/content/profileManager.js b/profile/resources/content/profileManager.js index 792e89133a9f..1c006b3ed823 100644 --- a/profile/resources/content/profileManager.js +++ b/profile/resources/content/profileManager.js @@ -33,7 +33,7 @@ var set = null; function CreateProfileWizard() { // Need to call CreateNewProfile xuls - window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes'); + window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes,titlebar=yes'); } // update the display to show the additional profile @@ -135,7 +135,7 @@ function ConfirmDelete() return; } - var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,modal=yes'); + var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,modal=yes,titlebar=yes'); return win; } diff --git a/profile/resources/content/profileSelection.xul b/profile/resources/content/profileSelection.xul index 703544fb7cff..2848096ee1a0 100644 --- a/profile/resources/content/profileSelection.xul +++ b/profile/resources/content/profileSelection.xul @@ -41,7 +41,7 @@ debugging **/