don't add controllers to nonexistent personal toolbar in places, NPOB.
git-svn-id: svn://10.0.0.236/trunk@186124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a814388abb
commit
e6a6aedaad
@ -836,8 +836,10 @@ function delayedStartup()
|
||||
bt.database.AddObserver(BookmarksToolbarRDFObserver);
|
||||
}
|
||||
window.addEventListener("resize", BookmarksToolbar.resizeFunc, false);
|
||||
#ifndef MOZ_PLACES
|
||||
document.getElementById("PersonalToolbar")
|
||||
.controllers.appendController(BookmarksMenuController);
|
||||
#endif
|
||||
|
||||
// called when we go into full screen, even if it is
|
||||
// initiated by a web page script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user