diff -r c8caa15ef882 -r e6a66db4e9d0 presencesettingsui/src/psuigsplugin.cpp --- a/presencesettingsui/src/psuigsplugin.cpp Tue Feb 02 01:05:17 2010 +0200 +++ b/presencesettingsui/src/psuigsplugin.cpp Fri Mar 19 09:37:41 2010 +0200 @@ -505,30 +505,10 @@ // void CPSUIGSPlugin::UpdateMSK() { - if ( !Cba() ) - { - return; - } - TBool showEdit = ( 0 < Container()->iListBox->Model()->NumberOfItems()); CEikCba* cba = static_cast< CEikCba* >( Cba()->ButtonGroup() ); cba->MakeCommandVisible( EPSUICmdEdit, showEdit ); cba->DrawNow(); } - -// --------------------------------------------------------------------------- -// CPSUIGSPlugin::HandleListBoxEventL() -// --------------------------------------------------------------------------- -// -void CPSUIGSPlugin::HandleListBoxEventL( - CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent) - { - // if the Select Key has been pressed - if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) || - (aListBoxEvent == MEikListBoxObserver::EEventItemSingleClicked)) - { - HandleListBoxSelectionL(); - } - } // End of file