Fix appData objectGetTableRow() to work with the new table classes

This commit is contained in:
Chris Morgan
2007-07-23 20:30:57 +00:00
committed by WineHQ
parent 477c5efb72
commit fd448b96d7
3 changed files with 12 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ class ObjectManager
//TODO: we shouldn't access this method directly, should make an accessor for it
if(!$this->oTableRow->oTableRow->sClass)
{
$this->oTableRow->oTableRow->sClass = $sColor;
$this->oTableRow->oTableRow->SetClass($sColor);
}
// if this row is clickable, make it highlight appropirately