diff -r 3ad9d5175a89 -r 1c07d7ba3e3d remotestoragefw/gsplugin/src/rsfwgsremotedrivesettingscontainer.cpp --- a/remotestoragefw/gsplugin/src/rsfwgsremotedrivesettingscontainer.cpp Thu Dec 17 09:07:59 2009 +0200 +++ b/remotestoragefw/gsplugin/src/rsfwgsremotedrivesettingscontainer.cpp Thu Jan 07 13:15:09 2010 +0200 @@ -200,7 +200,7 @@ { // if the Select Key has been pressed if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) || - (aListBoxEvent == MEikListBoxObserver::EEventItemClicked)) + (aListBoxEvent == MEikListBoxObserver::EEventItemSingleClicked)) { iSettingList->EditCurrentItemL(); }