diff -r 594d59766373 -r 7d48bed6ce0c satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp --- a/satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp Thu Aug 19 10:28:14 2010 +0300 +++ b/satengine/SatServer/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp Tue Aug 31 15:45:17 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -16,6 +16,7 @@ */ + #include #include #include @@ -211,8 +212,8 @@ "LAUNCHBROWSER::Event ESetUpMenuRequested catched and unreg" ) iUtils->UnregisterEvent( this, MSatUtils::ESetUpMenuRequested ); // Browser is brought to the top after short period of time. - iUtils->SatUiHandler().ShellController(). - BringBrowserToForegroundAfterPeriod(); + //iUtils->SatUiHandler().ShellController(). + // BringBrowserToForegroundAfterPeriod(); break; } @@ -809,8 +810,9 @@ url=%s, IAP=%d", &aParam, aAccessPointUid.iUid ) // Browser launching called. - TInt err = iUtils->SatUiHandler().ShellController().LaunchBrowserL( - aParam, aAccessPointUid ); + //TInt err = iUtils->SatUiHandler().ShellController().LaunchBrowserL( + // aParam, aAccessPointUid ); + TInt err = KErrNone; if ( KErrNone == err ) {