From 56614d13fa60fc21a352f010424db432b8cfbd94 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 git-svn-id: svn://10.0.0.236/trunk@111490 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/dialogs/content/EdTableProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/ui/dialogs/content/EdTableProps.js b/mozilla/editor/ui/dialogs/content/EdTableProps.js index e82d09d5ac5..337ba56858b 100644 --- a/mozilla/editor/ui/dialogs/content/EdTableProps.js +++ b/mozilla/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); } }