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

git-svn-id: svn://10.0.0.236/trunk@101975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pchen%netscape.com 2001-08-29 21:58:04 +00:00
parent 9ad00e307b
commit 3e7ec47037

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));
},