phonebookui/Phonebook2/UIControls/src/cpbk2contactviewdoublelistboxmodel.cpp
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 6 e8e3147d53eb
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
   119     //
   119     //
   120     // TODO: to be fixed
   120     // TODO: to be fixed
   121     //const TPbk2IconId& thumb = iThumbManager.GetPbkIconIndex( aIndex, aViewContact );
   121     //const TPbk2IconId& thumb = iThumbManager.GetPbkIconIndex( aIndex, aViewContact );
   122     //element->SetIconId( MPbk2DoubleListboxDataElement::EThumbnail, thumb );
   122     //element->SetIconId( MPbk2DoubleListboxDataElement::EThumbnail, thumb );
   123     // -- temporary sollution:
   123     // -- temporary sollution:
   124     TInt index = iThumbManager.GetPbkIconIndex( aIndex, aViewContact );
   124     TInt index = iThumbManager.GetPbkIconIndexL( aIndex, aViewContact );
   125     if( index != KErrNotFound )
   125     if( index != KErrNotFound )
   126         {
   126         {
   127         iBuffer.AppendNum( index );
   127         iBuffer.AppendNum( index );
   128         }
   128         }
   129     iBuffer.Append( KListColumnSeparator );
   129     iBuffer.Append( KListColumnSeparator );