diff -r 2a26698d78ba -r 38529f706030 phoneuis/easydialing/src/easydialinglistboxdata.cpp --- a/phoneuis/easydialing/src/easydialinglistboxdata.cpp Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneuis/easydialing/src/easydialinglistboxdata.cpp Wed Mar 31 21:30:06 2010 +0300 @@ -466,9 +466,8 @@ DrawArrowIcon( aGc, arrowRect ); } - TInt textWidth( 0 ); TInt err( KErrNone ); - TRAP( err, textWidth = DrawTextWithMatchHighlightL( + TRAP( err, DrawTextWithMatchHighlightL( boundingBox, aGc, cellText, iContactNameFont, aColors, aHighlight ) ); if ( !err && TextUtils::ColumnText( cellText , 2, aText ) == KErrNone )