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:
parent
855c67878f
commit
7c1171869e
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user