bug 82983, r=jag, sr=ben, don't pass a name for bookmarks properties dialog so that we don't try to reuse an existing dialog, also set dialog as dependent so that properties dialogs will go away when the bookmarks window gets closed

This commit is contained in:
pchen%netscape.com 2001-08-29 21:58:04 +00:00
parent 7446d8aadb
commit 2afe17b617

View File

@ -646,7 +646,7 @@ BookmarksUIElement.prototype = {
{
if (aBookmarkItem.getAttribute("type") != NC_NS + "BookmarkSeparator")
openDialog("chrome://communicator/content/bookmarks/bm-props.xul",
"BookmarkProperties", "centerscreen,chrome,dialog=no,resizable=no",
"", "centerscreen,chrome,dialog=no,resizable=no",
NODE_ID(aBookmarkItem));
},