Mercurial > snowl
changeset 303:9125fd7d2952
don't persist the list view's tree's hidden state via XUL persistence, since the sidebar now controls its state
author | Myk Melez <myk@mozilla.org> |
---|---|
date | Wed, 01 Oct 2008 16:35:14 -0700 |
parents | e69a359ca31d |
children | 8a10d1961e93 |
files | content/list.xul |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/content/list.xul Tue Sep 30 14:04:35 2008 -0700 +++ b/content/list.xul Wed Oct 01 16:35:14 2008 -0700 @@ -47,7 +47,7 @@ <vbox id="appcontent"> <vbox id="snowlViewContainer" insertbefore="content" placement="top" - persist="hidden placement height width" hidden="true"> + persist="placement height width" hidden="true"> <toolbar id="snowlViewToolbar" pack="end" align="center"> <toolbarbutton id="snowlPlacementButton" class="snowlToolbarButton" oncommand="SnowlMessageView.switchPlacement()"