Skip to content
Snippets Groups Projects
Commit 404c7157 authored by Dietrich Ayala's avatar Dietrich Ayala
Browse files

Bug 438252 - Editing bookmark's uri and then Tags, update tags for the old uri (r=mconnor)

parent 14d81ce4
No related branches found
No related tags found
No related merge requests found
......@@ -693,6 +693,7 @@ var gEditItemOverlay = {
if (!this._uri.equals(uri)) {
var txn = PlacesUIUtils.ptm.editBookmarkURI(this._itemId, uri);
PlacesUIUtils.ptm.doTransaction(txn);
this._uri = uri;
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment