Bug 364817 - error trying to initialize unneeded history for the browser that loads the contacts sidebar in a compose window, r=mscott

This commit is contained in:
philringnalda%gmail.com 2007-11-03 22:39:10 +00:00
Родитель 5ec8ad54d6
Коммит 7609204628
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -679,7 +679,7 @@
<spacer flex="1"/>
<toolbarbutton class="ab-closebutton" oncommand="toggleAddressPicker();"/>
</sidebarheader>
<browser id="sidebar" flex="1" src=""
<browser id="sidebar" flex="1" src="" disablehistory="true"
style="min-width: 150px; width: 200px; max-width: 400px;"/>
</vbox>