зеркало из https://github.com/mozilla/pjs.git
Fix missed caller to use the new service (bug 376004), patch by Steve Won <swon@mozilla.com>, r=me.
This commit is contained in:
Родитель
5f4fef0329
Коммит
73893c9a14
|
@ -798,8 +798,9 @@ var BookmarkPropertiesPanel = {
|
|||
// description
|
||||
var description = this._element("descriptionTextfield").value;
|
||||
if (description != this._itemDescription) {
|
||||
transactions.push(new PlacesEditItemDescriptionTransaction(
|
||||
itemId, description, this._itemType != BOOKMARK_ITEM));
|
||||
transactions.push(PlacesUtils.ptm.
|
||||
editItemDescription(itemId, description,
|
||||
this._itemType != BOOKMARK_ITEM));
|
||||
}
|
||||
|
||||
if (this._itemType == BOOKMARK_ITEM) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче