messagingappbase/mce/src/MceOneRowMessageListContainer.cpp
branchRCL_3
changeset 12 caea42e26caa
parent 5 4697dfb2d7ad
child 14 c6838af47512
equal deleted inserted replaced
9:1d7827e39b52 12:caea42e26caa
  2526 void CMceOneRowMessageListContainer::HandleOperationCompletedL()
  2526 void CMceOneRowMessageListContainer::HandleOperationCompletedL()
  2527     {
  2527     {
  2528 
  2528 
  2529        if(iLastOperationType == EMessageListOperationConnect )
  2529        if(iLastOperationType == EMessageListOperationConnect )
  2530          {                  
  2530          {                  
  2531          TInt selectedIndex =1;
       
  2532          iAnchorItemIndex=1;
  2531          iAnchorItemIndex=1;
  2533          iAnchorItemId = iListItems->ItemId( iAnchorItemIndex );
  2532          iAnchorItemId = iListItems->ItemId( iAnchorItemIndex );
  2534          SetCurrentItemIdL( iAnchorItemId );
  2533          SetCurrentItemIdL( iAnchorItemId );
  2535          }
  2534          }
  2536     }
  2535     }