From 7d279b7a8c10fc53388dae83043ebafcb9fc5890 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Mon, 4 Feb 2002 03:44:51 +0000 Subject: [PATCH] 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 --- mozilla/xpfe/global/resources/content/bindings/outliner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/global/resources/content/bindings/outliner.xml b/mozilla/xpfe/global/resources/content/bindings/outliner.xml index 2ba29490bf7..d8244c7a93a 100644 --- a/mozilla/xpfe/global/resources/content/bindings/outliner.xml +++ b/mozilla/xpfe/global/resources/content/bindings/outliner.xml @@ -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"); }