Bug 593357 - Stop/Go/Reload button breaks resizing the location and search bar after it was relocated and reattached back to the location bar. r+a=gavin

--HG--
extra : rebase_source : f439d3f7662367ff3a6c61baf4689f7c265d68f3
This commit is contained in:
Frank Yan 2010-11-05 12:56:03 -07:00
Родитель a88e5b90f6
Коммит 683efaeb45
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -3489,9 +3489,10 @@ function BrowserToolboxCustomizeDone(aToolboxChanged) {
PlacesToolbarHelper.customizeDone();
BookmarksMenuButton.customizeDone();
UpdateUrlbarSearchSplitterState();
// The url bar splitter state is dependent on whether stop/reload
// and the location bar are combined, so we need this ordering
CombinedStopReload.init();
UpdateUrlbarSearchSplitterState();
// Update the urlbar
if (gURLBar) {