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

git-svn-id: svn://10.0.0.236/trunk@230043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2007-07-16 19:37:51 +00:00
parent 855c67878f
commit 7c1171869e

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