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 **/