Bug 418671 - Fix failing mochitest, r=post-facto

This commit is contained in:
Marco Bonardo 2008-09-20 00:20:08 +02:00
Родитель 05917f7a19
Коммит 3baf9b5920
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1362,7 +1362,7 @@ var PlacesControllerDragHelper = {
// check for special folders, etc
if (PlacesUtils.nodeIsContainer(aNode) &&
!this.canMoveContainer(concreteId, parentId))
!this.canMoveContainer(aNode.itemId, parentId))
return false;
return true;