332596 - bookmarks toolbar empties after using Restore Default Set. Make sure we call the right function (now private) after a reinit. r=annie.sullivan@gmail.com

This commit is contained in:
beng%bengoodger.com 2006-04-04 00:12:32 +00:00
Родитель f557b32a17
Коммит 80ac2cdd61
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3136,7 +3136,7 @@ function BrowserToolboxCustomizeDone(aToolboxChanged)
}
#else
var bookmarksBar = document.getElementById("bookmarksBarContent");
bookmarksBar.init();
bookmarksBar._init();
#endif
// XXX Shouldn't have to do this, but I do