missing part of the patch to bug 246158.

This commit is contained in:
mozilla.mano%sent.com 2005-09-18 00:43:27 +00:00
parent b019ea38c4
commit ca5b9cebf1

View File

@ -3064,11 +3064,6 @@ function BrowserToolboxCustomizeDone(aToolboxChanged)
BookmarksToolbar.resizeFunc(null);
}
// fix bug 291781 - controller has been lost while removeChild and appendChild
var bm = document.getElementById("bookmarks-menu");
if (bm)
bm.controllers.appendController(BookmarksMenuController);
// XXX Shouldn't have to do this, but I do
window.focus();
}