locationsystemui/locationsysui/locsuplsettingsui/src/locsuplsettingscontainer.cpp
branchRCL_3
changeset 49 10852b179f64
parent 0 667063e416a2
child 55 ea98413ce11f
--- a/locationsystemui/locationsysui/locsuplsettingsui/src/locsuplsettingscontainer.cpp	Tue Sep 14 22:09:33 2010 +0300
+++ b/locationsystemui/locationsysui/locsuplsettingsui/src/locsuplsettingscontainer.cpp	Wed Sep 15 12:40:28 2010 +0300
@@ -283,16 +283,7 @@
         case EEventEnterKeyPressed:
         case EEventItemSingleClicked: //case EEventItemDoubleClicked:
             {
-            // Settings element has been selected. Command has to be issued to
-            // change the settings configuration
-            if ( SelectedItemIndex() == 0 )
-                {
-                iSettingsView.HandleCommandL( ELocSuplMSKChange );
-                }
-            else if ( SelectedItemIndex() == 1 || SelectedItemIndex() == 2 )
-                {
-                iSettingsView.HandleCommandL( ELocSuplMSKOpen );
-                }
+            iSettingsView.HandleCommandL(ELocSuplMSKOpen);
             break;	
             }
         default: