workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard.

This commit is contained in:
sspitzer%netscape.com 1999-10-07 00:24:44 +00:00
Родитель a3e22d6dc2
Коммит 35bcf07d05
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -19,9 +19,11 @@
</box>
<tabcontrol align="vertical">
<tabbox align="horizontal">
<tab class="selected">&newprofile.title;</tab>
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnewssettings.title;</tab>-->
<tab class="selected" onclick="loadPage('newProfile1_1.xul');">&newprofile.title;</tab>
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnews.title;</tab> -->
</tabbox>
<tabpanel flex="100%"/>
<!-- <tabpanel flex="100%"/> -->
</tabcontrol>
</box>