From 3214848ef3e0b64043423e4e83f1d842c3433481 Mon Sep 17 00:00:00 2001 From: "glazman%netscape.com" Date: Mon, 7 Jan 2002 15:02:20 +0000 Subject: [PATCH] fix for erroneous check-in ; b=116393, rs=kin ; original and correct patch was r=cmanske, sr=jag --- editor/ui/dialogs/content/EdTableProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/ui/dialogs/content/EdTableProps.js b/editor/ui/dialogs/content/EdTableProps.js index e82d09d5ac53..337ba56858b4 100644 --- a/editor/ui/dialogs/content/EdTableProps.js +++ b/editor/ui/dialogs/content/EdTableProps.js @@ -205,7 +205,7 @@ function Startup() // XXX: Disabling of tabs is currently broken, so for // now we'll just remove the tab completely. //CellTab.setAttribute("disabled", "true"); - gDialog.CellTab.parentNode.removeChild(CellTab); + gDialog.CellTab.parentNode.removeChild(gDialog.CellTab); } }