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