mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00:00
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:
parent
7446d8aadb
commit
2afe17b617
@ -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));
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user