Bug 412171, In <browser.xml>, 'Error: this.docShell is null', when the sidebar opens, r=myk+mconnor

This commit is contained in:
Olli.Pettay@helsinki.fi 2008-04-01 01:29:32 -07:00
Родитель dd317fe5f9
Коммит 1ede9f1e98
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -502,7 +502,7 @@
<image id="sidebar-throbber"/>
<toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/>
</sidebarheader>
<browser id="sidebar" flex="1" autoscroll="false"
<browser id="sidebar" flex="1" autoscroll="false" disablehistory="true"
style="min-width: 14em; width: 18em; max-width: 36em;"/>
</vbox>