diff -r 84a16765cd86 -r 98b66e4fb0be appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDialogs.cpp --- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDialogs.cpp Fri Mar 19 09:33:35 2010 +0200 +++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDialogs.cpp Fri Apr 16 15:05:20 2010 +0300 @@ -28,7 +28,7 @@ #include #include #include -#include +//#include #include #include #include @@ -772,7 +772,7 @@ // TInt CCUIDialogs::ShowSecurityWarningHelp( TAny* aPtr ) { - TRAP_IGNORE( reinterpret_cast(aPtr)->LaunchHelpL( KAM_HLP_INSTALL_UNTRUSTED ) ); + //TRAP_IGNORE( reinterpret_cast(aPtr)->LaunchHelpL( KAM_HLP_INSTALL_UNTRUSTED ) ); return KErrNone; }