mmsharing/mmshui/src/musuiappui.cpp
branchRCL_3
changeset 16 71306c87785a
parent 11 ff8a573c0e2e
child 18 0da2e08216b6
equal deleted inserted replaced
14:4c163c82e7ad 16:71306c87785a
   670     if ( foreground )
   670     if ( foreground )
   671         {
   671         {
   672         iCoeEnv->RootWin().EnableFocusChangeEvents();
   672         iCoeEnv->RootWin().EnableFocusChangeEvents();
   673         handleEvent = ETrue;
   673         handleEvent = ETrue;
   674         }
   674         }
   675     else if ( ( windowGroupId != iThisApplicationWgId ) &&
   675     else if ( ( windowGroupId != iThisApplicationWgId ) && 
   676               ( windowGroupId != iEikonServerWgId ) &&
   676               ( windowGroupId != iEikonServerWgId ) &&
   677               ( windowGroupId != iAknCapServerWgId ) &&
       
   678               ( windowGroupId != iAknNfyServerWgId ) )
   677               ( windowGroupId != iAknNfyServerWgId ) )
   679         {
   678         {
   680         iCoeEnv->RootWin().DisableFocusChangeEvents();
   679         iCoeEnv->RootWin().DisableFocusChangeEvents();
   681         handleEvent = ETrue;
   680         handleEvent = ETrue;
   682         }
   681         }