Bug 366027 - Redo command is broken once a remove-separator command is undone. r=sspitzer.

This commit is contained in:
mozilla.mano%sent.com 2007-01-07 00:46:55 +00:00
parent 22348b5821
commit 139951d55d

View File

@ -1861,6 +1861,7 @@ PlacesRemoveItemTransaction.prototype = {
function PlacesRemoveSeparatorTransaction(oldContainer, oldIndex) {
this._oldContainer = oldContainer;
this._oldIndex = oldIndex;
this.redoTransaction = this.doTransaction;
}
PlacesRemoveSeparatorTransaction.prototype = {
__proto__: PlacesBaseTransaction.prototype,