Bug 606691 - combined location bar buttons should not appear in popups without toolbar items. r=dao a=gavin

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

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

@ -580,13 +580,16 @@
onclick="gURLBar.handleCommand(event);"/>
</hbox>
<toolbarbutton id="urlbar-go-button"
class="chromeclass-toolbar-additional"
onclick="gURLBar.handleCommand(event);"
tooltiptext="&goEndCap.tooltip;"/>
<toolbarbutton id="urlbar-reload-button"
class="chromeclass-toolbar-additional"
command="Browser:ReloadOrDuplicate"
onclick="checkForMiddleClick(this, event);"
tooltiptext="&reloadButton.tooltip;"/>
<toolbarbutton id="urlbar-stop-button"
class="chromeclass-toolbar-additional"
command="Browser:Stop"
tooltiptext="&stopButton.tooltip;"/>
</textbox>