--- a/messagingappbase/msgeditor/appuisrc/MsgNaviPaneControl.cpp Fri Feb 19 22:47:38 2010 +0200
+++ b/messagingappbase/msgeditor/appuisrc/MsgNaviPaneControl.cpp Fri Mar 12 15:42:19 2010 +0200
@@ -248,8 +248,7 @@
{
iPreviouslyFocusedControl = leftArrowIndicator;
}
- // Coverty fix , Forward NULL, http://ousrv057/cov.cgi?cid=35876
- else if ( iObserver && iPreviouslyFocusedControl == leftArrowIndicator )
+ else if ( iPreviouslyFocusedControl == leftArrowIndicator )
{
iObserver->HandleNavigationControlEventL(
MMsgNaviPaneControlObserver::EMsgNaviLeftArrowPressed );