uifw/EikStd/coctlsrc/aknitemactionmenu.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 16 71dd06cfe933
child 23 3d340a0166ff
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
   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;