fix for bug #389912: Cannot move folder with "move" button in Bookmark Manager

r=mano, a=mconnor for M7
This commit is contained in:
sspitzer@mozilla.org 2007-07-27 22:12:22 -07:00
parent 35c8d1d12f
commit e01e02e485

View File

@ -73,7 +73,7 @@ var gMoveBookmarksDialog = {
continue;
transactions.push(new
PlacesUtils.txn.moveItem(this._nodes[i].itemId, selectedFolderId, -1));
PlacesUtils.ptm.moveItem(this._nodes[i].itemId, selectedFolderID, -1));
}
if (transactions.length != 0) {