phonebookui/Phonebook2/remotecontactlookup/engine/src/cpbkxrclresultinfolistbox.cpp
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
   160     if ( iColorsSet & EHighlighColorSet )
   160     if ( iColorsSet & EHighlighColorSet )
   161         {
   161         {
   162         ptr->iHighlightedTextColor = iHighlightColor;
   162         ptr->iHighlightedTextColor = iHighlightColor;
   163         }
   163         }
   164 
   164 
   165     // Disable AVKON skinning so that our own color definitions apply
       
   166     TBool skinEnabled = AknsUtils::AvkonSkinEnabled();
       
   167     // Safe to ignore error
       
   168     TRAP_IGNORE( AknsUtils::SetAvkonSkinEnabledL( EFalse ) );
       
   169     CFormattedCellListBoxItemDrawer::DrawItemText(
   165     CFormattedCellListBoxItemDrawer::DrawItemText(
   170         aItemIndex,
   166         aItemIndex,
   171         aItemTextRect,
   167         aItemTextRect,
   172         aItemIsCurrent,
   168         aItemIsCurrent,
   173         aViewIsEmphasized,
   169         aViewIsEmphasized,
   174         aItemIsSelected );
   170         aItemIsSelected );
   175     // Safe to ignore error
       
   176     TRAP_IGNORE( AknsUtils::SetAvkonSkinEnabledL( skinEnabled ) );
       
   177 
   171 
   178     }
   172     }
   179 
   173