diff -r bf1d17376201 -r b13cd05eeb2f voiceui/voiceuivoicerecognition/src/vuicglobalprogressdialog.cpp --- a/voiceui/voiceuivoicerecognition/src/vuicglobalprogressdialog.cpp Thu Dec 17 08:46:30 2009 +0200 +++ b/voiceui/voiceuivoicerecognition/src/vuicglobalprogressdialog.cpp Mon Jan 18 20:20:30 2010 +0200 @@ -315,6 +315,7 @@ // Don't set blank icon if ( aIconId != KAknsIIDQgnStatBtBlank ) { + ASSERT ( iconId < KSindNumberOfIcons ); TRAP_IGNORE( AknsUtils::CreateIconL( skin, aIconId, bitmap, mask, fileName, KBitmapId[ iconId ], KMaskId[ iconId ] );