--- a/gssettingsuis/Gs/GSNetworkPlugin/Src/GSNetworkPlugin.cpp	Mon Jan 18 20:31:08 2010 +0200
+++ b/gssettingsuis/Gs/GSNetworkPlugin/Src/GSNetworkPlugin.cpp	Tue Jan 26 12:09:08 2010 +0200
@@ -458,8 +458,6 @@
                 }
             else // user selected "Cancel"
                 {
-                //Reset back to previously used network
-                iPhoneSettingsEngine->ResetNetworkSearch();
                 //After list has been used, clear it.
                 PurgeNetworkList();
                 if ( iPhoneSettingsEngine->IsCallActive() !=
--- a/profilesservices/MediaFileList/Src/mediafiledialog.cpp	Mon Jan 18 20:31:08 2010 +0200
+++ b/profilesservices/MediaFileList/Src/mediafiledialog.cpp	Tue Jan 26 12:09:08 2010 +0200
@@ -392,7 +392,7 @@
     const TInt KFindBoxLength = 20;
     
     iListBox = (CAknSingleGraphicStyleListBox*) (ControlOrNull(1));
-    
+    iListBox->DisableSingleClick(ETrue);
    	__ASSERT_ALWAYS( iListBox, TMFDialogUtil::Panic( KErrGeneral ) );
     
     iListBox->Model()->SetItemTextArray( iMFListHandler );
@@ -3092,7 +3092,7 @@
         return;
         }
 
-    if ( aEventType == EEventItemSingleClicked  || aEventType == EEventEnterKeyPressed )
+    if ( aEventType == EEventItemDoubleClicked || aEventType == EEventEnterKeyPressed )
         {
         TBool closeDialog = HandleOKL( EAttrDoubleClicked );