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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }
  },