diff -r 1fc153c72b60 -r 8d1d8440b626 sysstatemgmt/systemstatereferenceplugins/custcmd/src/ssmsecuritychecknotifier.cpp --- a/sysstatemgmt/systemstatereferenceplugins/custcmd/src/ssmsecuritychecknotifier.cpp Wed Mar 31 23:31:40 2010 +0300 +++ b/sysstatemgmt/systemstatereferenceplugins/custcmd/src/ssmsecuritychecknotifier.cpp Wed Apr 14 17:17:45 2010 +0300 @@ -202,8 +202,15 @@ TBool isDlgCancellable; //Is system in start up state - - iAfterStartup = (currentState.MainState() == ESsmStartup) ? EFalse : ETrue; + if ( currentState.MainState() == ESsmStartup ) + { + //TSsmStartupSubStateExt::ESsmStateNonCritical + iAfterStartup = ( 0x34 == currentState.SubState() ) ? ETrue : EFalse; + } + else + { + iAfterStartup = ETrue; + } //Close the state aware session ssmStateAwareSession.Close();