--- a/locationsystemui/locationsysui/locsuplsettingsui/src/locsuplsettings.cpp Wed Sep 15 12:40:28 2010 +0300
+++ b/locationsystemui/locationsysui/locsuplsettingsui/src/locsuplsettings.cpp Wed Oct 13 15:01:35 2010 +0300
@@ -543,8 +543,14 @@
iAppUi.ActivateLocalViewL( iSettingsViewId );
}
else if( ELocSUPLIAPSelection == iLaunchParams )
- {
- // Do nothing,since there is no access point selection
+ {
+ // Check if the User intended to Launch IAP confirmation
+ iSettingsEngine->SelectConnectionL();
+ }
+ else if( ELocSuplIAPDialog == iLaunchParams )
+ {
+ // Check if the User intended to Launch IAP Selection
+ iSettingsEngine->LaunchIAPDialogL();
}
else
{