Fix toggle homebar menu item.

This commit is contained in:
mgalli%geckonnection.com 2006-03-10 22:09:04 +00:00
parent ad876c4912
commit 50a1f348cb

View File

@ -134,6 +134,7 @@
<command id="cmd_ViewDeckSearch" oncommand="BrowserViewDeckSearch()"/>
<command id="cmd_ViewDeckDefault" oncommand="BrowserViewDeckDefault()"/>
<command id="cmd_ViewFind" oncommand="BrowserViewFind()" />
<command id="cmd_ViewHomebar" oncommand="BrowserViewHomebar()" />
<command id="cmd_ViewDownload" oncommand="BrowserViewDownload(true)" />
<command id="cmd_ViewDownloadHidden" oncommand="BrowserViewDownload(false)" />
<command id="cmd_BrowserOpenLinkAsNewTab" oncommand="BrowserOpenLinkAsTab()" />
@ -332,6 +333,9 @@
command="cmd_ViewFind"
label="&findToolbar.label;" />
<menuitem id="command_ViewHomeBar"
command="cmd_ViewHomebar"
label="&homebarToolbar.label;" />
<!--
<menuitem id="command_ViewDownload"
command="cmd_ViewDownload"