diff --git a/browser/components/places/content/bookmarkProperties.js b/browser/components/places/content/bookmarkProperties.js index 1e9015a80b8..6b32c35832d 100755 --- a/browser/components/places/content/bookmarkProperties.js +++ b/browser/components/places/content/bookmarkProperties.js @@ -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) {