зеркало из https://github.com/mozilla/gecko-dev.git
Bug 378248 - PlacesCreateLivemarkTransaction doTransaction use getItemURI instead of getFolderURI. patch from onemen.one@gmail.com, r=me.
This commit is contained in:
Родитель
a299f09892
Коммит
2019f586fe
|
@ -1805,7 +1805,7 @@ PlacesCreateLivemarkTransaction.prototype = {
|
|||
.createLivemark(this._container, this._name, this._siteURI,
|
||||
this._feedURI, this._index);
|
||||
if (this._annotations) {
|
||||
var placeURI = this.utils.bookmarks.getItemURI(this._id);
|
||||
var placeURI = this.utils.bookmarks.getFolderURI(this._id);
|
||||
this.utils.setAnnotationsForURI(placeURI, this._annotations);
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче