--- a/bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp Tue Feb 02 00:24:11 2010 +0200
+++ b/bearermanagement/mpm/src/mpmconfirmdlgstarting.cpp Fri Feb 19 23:12:51 2010 +0200
@@ -266,13 +266,6 @@
TRAP_IGNORE(iServer.CommsDatAccess()->WriteGenConnSettingsL( genConnSettings ));
}
}
- else
- {
- //In foreign country connect automatically is not stored in commsdat
- //even user selected so. We just do not ask confirmation for the cellular
- //connection again in this country:
- iServer.RoamingWatcher()->SetAskCellularDataUsageAbroad( false );
- }
TBool wlanNeeded( EFalse );
TRAPD( err, wlanNeeded = iIapSelection.StartWlanQueryIfNeededL( iIAP ) )