Fix fuel failure from bug 387746

This commit is contained in:
mozilla.mano@sent.com 2007-11-19 19:41:10 -08:00
parent 821081bb54
commit 6a37211f79

View File

@ -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;