uifw/AvKon/animdllsrc/AknKeyEventMap.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 38 c52421ed5f07
child 56 d48ab3b357f1
--- 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);
             }                    
         }