fix for bug #408862: "bookmark this frame" is broken
r=dietrich, a=schrep git-svn-id: svn://10.0.0.236/trunk@241762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1158,8 +1158,9 @@ nsContextMenu.prototype = {
|
||||
var description = PlacesUtils.getDescriptionFromDocument(doc);
|
||||
|
||||
var descAnno = { name: DESCRIPTION_ANNO, value: description };
|
||||
var txn = PlacesUtils.ptm.createItem(uri, PlacesUtils.bookmarksRootId, -1,
|
||||
title, null, [descAnno]);
|
||||
var txn = PlacesUtils.ptm.createItem(uri,
|
||||
PlacesUtils.bookmarksMenuFolderId,
|
||||
-1, title, null, [descAnno]);
|
||||
PlacesUtils.ptm.doTransaction(txn);
|
||||
itemId = PlacesUtils.getMostRecentBookmarkForURI(uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user