This commit is contained in:
thunder@thunder-mbp.local 2007-10-12 22:58:38 -07:00
Родитель beb67ee2d7
Коммит 56dfbcc926
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1036,7 +1036,7 @@ BookmarksSyncService.prototype = {
node.QueryInterface(Ci.nsINavHistoryQueryResultNode);
node.containerOpen = true;
for (var i = 0; i < node.childCount; i++) {
this._resetGUIDs(node.getChild(i));
this._resetGUIDsInt(node.getChild(i));
}
}
},