Bug 368456 - 'Close Tab' in the context menu for tabs should not be disabled when only one tab is open. r=gavin.

This commit is contained in:
mozilla.mano%sent.com 2007-08-22 05:05:56 +00:00
Родитель fee1559a9f
Коммит 1e87034b91
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -92,7 +92,6 @@
tabbrowser.removeAllTabsBut(tabbrowser.mContextTab);"/>
<xul:menuseparator/>
<xul:menuitem label="&closeTab.label;" accesskey="&closeTab.accesskey;"
tbattr="tabbrowser-multiple"
oncommand="var tabbrowser = this.parentNode.parentNode.parentNode.parentNode;
tabbrowser.removeTab(tabbrowser.mContextTab);"/>
</xul:menupopup>