fix for erroneous check-in ; b=116393, rs=kin ; original and correct patch was r=cmanske, sr=jag

This commit is contained in:
glazman%netscape.com 2002-01-07 15:02:20 +00:00
Родитель f91e6a217c
Коммит 3214848ef3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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