зеркало из https://github.com/mozilla/pjs.git
fix for bug #408322: right click, "bookmark this link" doesn't bookmark the link patch=Phil Ringnalda <philringnalda@gmail.com> r=sspitzer a=beltzner
This commit is contained in:
Родитель
9e59aa41bc
Коммит
bfab06b13f
|
@ -236,7 +236,7 @@ var PlacesCommandHook = {
|
|||
var itemId = PlacesUtils.getMostRecentBookmarkForURI(linkURI);
|
||||
if (itemId == -1) {
|
||||
var txn = PlacesUtils.ptm.createItem(linkURI, aParent, -1, aTitle);
|
||||
PlacesUtils.ptm.commitTransaction(txn);
|
||||
PlacesUtils.ptm.doTransaction(txn);
|
||||
itemId = PlacesUtils.getMostRecentBookmarkForURI(linkURI);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче