--- a/uifw/AvKon/animdllsrc/AknKeyEventMap.cpp Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/animdllsrc/AknKeyEventMap.cpp Tue Aug 31 15:28:30 2010 +0300
@@ -859,11 +859,7 @@
if ( (*(*iCombos)[i])[2] == aComboCandidate[0] &&
((*iCombos)[i])->Count()-2 == aComboCandidate.Count() )
{
- if (KErrNone != possibleMatch.Append(i))
- {
- possibleMatch.Close();
- return mapValue;
- }
+ possibleMatch.Append(i);
__AKNANIMLOGSTRING1("CAknKeyEventMap::GetComboMapping ComboCandidate might hit iCombos[%d]",i);
}
}