Fix fuel failure from bug 387746

This commit is contained in:
mozilla.mano@sent.com 2007-11-19 19:41:10 -08:00
Родитель 285907cb56
Коммит 09bbed0a03
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -960,7 +960,7 @@ Bookmark.prototype = {
function BookmarkFolder(aId, aParent) {
this._id = aId;
if (this._id == null)
this._id = Utilities.bookmarks.bookmarksRoot;
this._id = Utilities.bookmarks.bookmarksMenuFolder;
this._parent = aParent;