remotestoragefw/gsplugin/src/rsfwgsplugindrivelistcontainer.cpp
changeset 1 1c07d7ba3e3d
parent 0 3ad9d5175a89
equal deleted inserted replaced
0:3ad9d5175a89 1:1c07d7ba3e3d
   322 //
   322 //
   323 void CRsfwGsPluginDriveListContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent)
   323 void CRsfwGsPluginDriveListContainer::HandleListBoxEventL(CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent)
   324     {
   324     {
   325     // if the Select Key has been pressed
   325     // if the Select Key has been pressed
   326     if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) ||
   326     if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) ||
   327     (aListBoxEvent == MEikListBoxObserver::EEventItemClicked))
   327     (aListBoxEvent == MEikListBoxObserver::EEventItemSingleClicked))
   328         {
   328         {
   329         EditCurrentItemL();           
   329         EditCurrentItemL();           
   330         }
   330         }
   331     }
   331     }
   332       
   332