remotestoragefw/gsplugin/src/rsfwgsremotedrivesettingscontainer.cpp
changeset 1 1c07d7ba3e3d
parent 0 3ad9d5175a89
--- 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();
         }