make dialogs mistakenly opened as non-dialogs be opened as dialogs. got that? necessary for bug 77020 r=ben,jag

This commit is contained in:
danm%netscape.com 2002-02-09 00:12:11 +00:00
parent 718b095567
commit 3d34456619
2 changed files with 3 additions and 3 deletions

View File

@ -693,7 +693,7 @@ BookmarksUIElement.prototype = {
{
if (aBookmarkItem.getAttribute("type") != NC_NS + "BookmarkSeparator")
openDialog("chrome://communicator/content/bookmarks/bm-props.xul",
"", "centerscreen,chrome,dialog=no,resizable=no",
"", "centerscreen,chrome,resizable=no",
NODE_ID(aBookmarkItem));
},
@ -701,7 +701,7 @@ BookmarksUIElement.prototype = {
{
openDialog("chrome://communicator/content/bookmarks/findBookmark.xul",
"FindBookmarksWindow",
"dialog=no,centerscreen,resizable=no,chrome,dependent");
"centerscreen,resizable=no,chrome,dependent");
},
getLocaleString: function (aStringKey)

View File

@ -170,7 +170,7 @@ function moreInfo()
function showACAdvanced()
{
window.openDialog("chrome://communicator/content/pref/pref-smart_browsing-ac.xul", "",
"modal=yes,chrome,dialog=no,resizable=no",
"modal=yes,chrome,resizable=no",
document.getElementById("browserUrlbarAutoFill").getAttribute("value"),
document.getElementById("browserUrlbarShowPopup").getAttribute("value"),
document.getElementById("browserUrlbarShowSearch").getAttribute("value"));