mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix missed caller to use the new service (bug 376004), patch by Steve Won <swon@mozilla.com>, r=me.
This commit is contained in:
parent
3993fb25c6
commit
7df9db0546
@ -798,8 +798,9 @@ var BookmarkPropertiesPanel = {
|
|||||||
// description
|
// description
|
||||||
var description = this._element("descriptionTextfield").value;
|
var description = this._element("descriptionTextfield").value;
|
||||||
if (description != this._itemDescription) {
|
if (description != this._itemDescription) {
|
||||||
transactions.push(new PlacesEditItemDescriptionTransaction(
|
transactions.push(PlacesUtils.ptm.
|
||||||
itemId, description, this._itemType != BOOKMARK_ITEM));
|
editItemDescription(itemId, description,
|
||||||
|
this._itemType != BOOKMARK_ITEM));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this._itemType == BOOKMARK_ITEM) {
|
if (this._itemType == BOOKMARK_ITEM) {
|
||||||
|
Loading…
Reference in New Issue
Block a user