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
This commit is contained in:
glazman%netscape.com
2002-01-07 15:02:20 +00:00
parent a3cbbd09f1
commit 56614d13fa

View File

@@ -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);
}
}