remotestoragefw/gsplugin/src/rsfwgsremotedrivesettingscontainer.cpp
changeset 1 1c07d7ba3e3d
parent 0 3ad9d5175a89
equal deleted inserted replaced
0:3ad9d5175a89 1:1c07d7ba3e3d
   198 //
   198 //
   199 void CRsfwGsPluginDriveSettingsContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent)
   199 void CRsfwGsPluginDriveSettingsContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent)
   200     {
   200     {
   201     // if the Select Key has been pressed
   201     // if the Select Key has been pressed
   202     if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) ||
   202     if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) ||
   203     (aListBoxEvent == MEikListBoxObserver::EEventItemClicked))
   203     (aListBoxEvent == MEikListBoxObserver::EEventItemSingleClicked))
   204         {
   204         {
   205         iSettingList->EditCurrentItemL();
   205         iSettingList->EditCurrentItemL();
   206         }
   206         }
   207     }
   207     }
   208 
   208