messagingappbase/msgeditor/appuisrc/MsgNaviPaneControl.cpp
branchRCL_3
changeset 12 caea42e26caa
parent 2 0bf1d54f37d9
child 24 696bfeff199e
equal deleted inserted replaced
9:1d7827e39b52 12:caea42e26caa
   246             tactilefeedback = ETrue;
   246             tactilefeedback = ETrue;
   247             if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
   247             if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
   248                 {
   248                 {
   249                 iPreviouslyFocusedControl = leftArrowIndicator;
   249                 iPreviouslyFocusedControl = leftArrowIndicator;
   250                 }
   250                 }
   251             // Coverty fix , Forward NULL, http://ousrv057/cov.cgi?cid=35876
   251             else if ( iPreviouslyFocusedControl == leftArrowIndicator )
   252             else if ( iObserver && iPreviouslyFocusedControl == leftArrowIndicator )
       
   253                 {
   252                 {
   254                 iObserver->HandleNavigationControlEventL( 
   253                 iObserver->HandleNavigationControlEventL( 
   255                             MMsgNaviPaneControlObserver::EMsgNaviLeftArrowPressed );
   254                             MMsgNaviPaneControlObserver::EMsgNaviLeftArrowPressed );
   256                 }
   255                 }
   257             }
   256             }