textinput/peninputsplitqwerty/src/peninputsplitqwertywindow.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 7 a47de9135b21
child 12 4eb1ae11334f
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   564 
   564 
   565                 TBool deadKeyChange = EFalse;
   565                 TBool deadKeyChange = EFalse;
   566                 iLayoutContext->SetData( EAkninputDataTypeLatchedSet, &deadKeyChange );
   566                 iLayoutContext->SetData( EAkninputDataTypeLatchedSet, &deadKeyChange );
   567                 
   567                 
   568                 // Submit DeadKey + Space or Enter at the same time
   568                 // Submit DeadKey + Space or Enter at the same time
   569                 UiLayout()->SignalOwner( ESignalKeyEvent, *newCharBuf );
   569                 
       
   570                 if( newCharBuf != NULL )
       
   571                     {
       
   572                     UiLayout()->SignalOwner( ESignalKeyEvent, *newCharBuf );
       
   573                     }
   570                 iNewDeadKeyBuf = KNullDesC;
   574                 iNewDeadKeyBuf = KNullDesC;
   571                 delete newCharBuf;
   575                 delete newCharBuf;
   572                 }
   576                 }
   573             }
   577             }
   574             break;
   578             break;