phonebookui/Phonebook2/UIControls/src/CPbk2MergeConflictsDlg.cpp
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   210 //
   210 //
   211 void CPbk2MergeConflictsDlg::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   211 void CPbk2MergeConflictsDlg::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   212     {     
   212     {     
   213     if( AknLayoutUtils::PenEnabled() )  
   213     if( AknLayoutUtils::PenEnabled() )  
   214         {
   214         {
   215         if ( aEventType == EEventItemSingleClicked )
   215         if ( aEventType == EEventItemSingleClicked || aEventType == EEventEnterKeyPressed)
   216             {
   216             {
   217             SwitchRadioButtonL();
   217             SwitchRadioButtonL();
   218             }
   218             }
   219         }
   219         }
   220     }
   220     }