123285 - columns aren't correctly persisted in history and other outliners. r=ben sr=hewitt

git-svn-id: svn://10.0.0.236/trunk@113585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2002-02-04 03:44:51 +00:00
parent 40ab41ff77
commit 7d279b7a8c

View File

@@ -961,7 +961,7 @@
if (colNode) {
var checkedState = aPopup.getAttribute("checked");
if (checkedState == "true")
colNode.removeAttribute("hidden");
colNode.setAttribute("hidden", "false");
else
colNode.setAttribute("hidden", "true");
}