Fix missed caller to use the new service (bug 376004), patch by Steve Won <swon@mozilla.com>, r=me.

This commit is contained in:
mozilla.mano@sent.com 2007-07-16 12:37:51 -07:00
parent 3993fb25c6
commit 7df9db0546

View File

@ -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) {