workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard.
git-svn-id: svn://10.0.0.236/trunk@50057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user