camerauis/cameraapp/generic/GsCamcorderPlugin/src/CamLocationSettingContainer.cpp
branchRCL_3
changeset 10 8c55c525d5d7
parent 2 e8773a61782d
equal deleted inserted replaced
9:792dfc98fb3b 10:8c55c525d5d7
   611 
   611 
   612     TInt count = iCurrentDescLineArray->Count();
   612     TInt count = iCurrentDescLineArray->Count();
   613     TInt layoutCount = iDescLayoutArray.Count();
   613     TInt layoutCount = iDescLayoutArray.Count();
   614     TRgb color; 
   614     TRgb color; 
   615     MAknsSkinInstance* skin = AknsUtils::SkinInstance();
   615     MAknsSkinInstance* skin = AknsUtils::SkinInstance();
   616     AknsUtils::GetCachedColor( skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG10 );    
   616     AknsUtils::GetCachedColor( skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG6 );
   617 
   617 
   618     if ( layoutCount < count )
   618     if ( layoutCount < count )
   619         {
   619         {
   620         count = layoutCount;
   620         count = layoutCount;
   621         }
   621         }