From kde-commits Sun May 01 15:20:30 2005 From: Adam Treat Date: Sun, 01 May 2005 15:20:30 +0000 To: kde-commits Subject: kdeextragear-1/datakiosk/src Message-Id: <20050501152030.A9730669 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111496084411021 CVS commit by treat: M +1 -1 datareport.cpp 1.16 --- kdeextragear-1/datakiosk/src/datareport.cpp #1.15:1.16 @@ -198,5 +198,5 @@ void DataReport::refreshReport() } - if ( !( *it ) ->parentName().isEmpty() ) + if ( !( *it ) ->isRootTable() ) { if ( it != ++list.begin() )