equal
deleted
inserted
replaced
508 iMenuData->MenuItemCommandId( aCommandId ) ); |
508 iMenuData->MenuItemCommandId( aCommandId ) ); |
509 iProcessingCommand = EFalse; |
509 iProcessingCommand = EFalse; |
510 } |
510 } |
511 } |
511 } |
512 // Inform collection that submenu was closed |
512 // Inform collection that submenu was closed |
513 if ( iStates.Find( informState ) != KErrNotFound ) |
513 if ( informState && iStates.Find( informState ) != KErrNotFound ) |
514 { |
514 { |
515 informState->ItemActionMenuClosed(); |
515 informState->ItemActionMenuClosed(); |
516 } |
516 } |
517 UnregisterMenu(); |
517 UnregisterMenu(); |
518 _AKNTRACE_FUNC_EXIT; |
518 _AKNTRACE_FUNC_EXIT; |