revert part of previous change to 329586 to reduce Ts on windows

git-svn-id: svn://10.0.0.236/trunk@192046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beng%bengoodger.com 2006-03-09 04:58:07 +00:00
parent 119bbaf729
commit fe2648bf3e
3 changed files with 6 additions and 2 deletions

View File

@ -865,6 +865,10 @@ function delayedStartup()
document.getElementById("PersonalToolbar")
.controllers.appendController(BookmarksMenuController);
#else
var bookmarksBar = document.getElementById("bookmarksBarContent");
bookmarksBar.init();
var bookmarksMenuPopup = document.getElementById("bookmarksMenuPopup");
bookmarksMenuPopup.init();
window.controllers.appendController(PlacesController);
#endif

View File

@ -10,7 +10,7 @@
extends="chrome://global/content/bindings/popup.xml#popup">
<implementation>
<constructor><![CDATA[
this.init();
// this.init(); -- causes Ts regression on windows
]]></constructor>
<destructor><![CDATA[

View File

@ -48,7 +48,7 @@
<implementation>
<constructor><![CDATA[
this.init();
// this.init(); -- causes Ts regression on windows
]]></constructor>
<destructor><![CDATA[