mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
fix for #5839. problems on startup on windows nt, because
tree body in threadPane.xul is rooted at mailbox://Inbox, which doesn't make sense in the new multiple account world.
This commit is contained in:
parent
ae94aa23e6
commit
ac0c1e05b5
@ -30,8 +30,8 @@
|
||||
</treehead>
|
||||
|
||||
|
||||
<treebody id="mailbox://Inbox" name="threadTreeBody">
|
||||
<treeitem open="true">
|
||||
<treebody id="" name="threadTreeBody">
|
||||
<treeitem open="false">
|
||||
</treeitem>
|
||||
</treebody>
|
||||
</tree>
|
||||
|
Loading…
Reference in New Issue
Block a user