Bug 382639 bookmark toolbar change not reflected in UI (for stevewon@gmail.com, r=dietrich)

This commit is contained in:
dietrich%mozilla.com 2007-08-23 22:24:34 +00:00
Родитель aedb2ff0c5
Коммит d78911c3a0
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1449,10 +1449,7 @@ var PlacesUtils = {
},
get toolbarFolderId() {
if (!("_toolbarFolderId" in this))
this._toolbarFolderId = this.bookmarks.toolbarFolder;
return this._toolbarFolderId;
return this.bookmarks.toolbarFolder;
},
get tagRootId() {