fep/aknfep/peninputplugins/PeninputPluginKr/src/peninputpluginkrcombinelistquerydialog.cpp
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 9 e6a39382bb9c
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
    50 void CPeninputPluginKrCombineListQueryDialog::HandleResourceChange( TInt aType )
    50 void CPeninputPluginKrCombineListQueryDialog::HandleResourceChange( TInt aType )
    51     {
    51     {
    52     CAknListQueryDialog::HandleResourceChange(aType);
    52     CAknListQueryDialog::HandleResourceChange(aType);
    53     if( aType == KEikDynamicLayoutVariantSwitch ) 
    53     if( aType == KEikDynamicLayoutVariantSwitch ) 
    54         {
    54         {
    55         CAknListQueryDialog::TryExitL(EAknSoftkeyCancel);
    55         TRAP_IGNORE(CAknListQueryDialog::TryExitL(EAknSoftkeyCancel));
    56         }
    56         }
    57     }
    57     }
    58 
    58 
    59 
    59