mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
Stop assertions-on-startup when sidebar is opened.
This commit is contained in:
parent
d99c149f2c
commit
be565bc0ca
@ -58,7 +58,7 @@
|
||||
<treecell>
|
||||
<treeindentation />
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name"
|
||||
align="right" />
|
||||
align="left" />
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
@ -67,6 +67,11 @@
|
||||
</template>
|
||||
|
||||
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
|
||||
|
||||
<!-- remove the TREEHEAD when bug 9923 is fixed. -->
|
||||
<treehead>
|
||||
<treerow><treecell/></treerow>
|
||||
</treehead>
|
||||
</tree>
|
||||
|
||||
</window>
|
||||
|
@ -78,6 +78,11 @@
|
||||
|
||||
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Name" />
|
||||
|
||||
<!-- remove the TREEHEAD when bug 9923 is fixed. -->
|
||||
<treehead style="height: 0px;">
|
||||
<treerow><treecell/></treerow>
|
||||
</treehead>
|
||||
|
||||
<treechildren>
|
||||
<treeitem id="NC:RelatedLinks">
|
||||
<treerow>
|
||||
|
@ -58,7 +58,7 @@
|
||||
<treecell>
|
||||
<treeindentation />
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name"
|
||||
align="right" />
|
||||
align="left" />
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
@ -67,6 +67,11 @@
|
||||
</template>
|
||||
|
||||
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
|
||||
|
||||
<!-- remove the TREEHEAD when bug 9923 is fixed. -->
|
||||
<treehead>
|
||||
<treerow><treecell/></treerow>
|
||||
</treehead>
|
||||
</tree>
|
||||
|
||||
</window>
|
||||
|
@ -78,6 +78,11 @@
|
||||
|
||||
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Name" />
|
||||
|
||||
<!-- remove the TREEHEAD when bug 9923 is fixed. -->
|
||||
<treehead style="height: 0px;">
|
||||
<treerow><treecell/></treerow>
|
||||
</treehead>
|
||||
|
||||
<treechildren>
|
||||
<treeitem id="NC:RelatedLinks">
|
||||
<treerow>
|
||||
|
Loading…
x
Reference in New Issue
Block a user