meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrviewerdescriptionfield.cpp
changeset 4 e7aa27f58ae1
parent 3 a4d6f1ea0416
child 12 4ce476e64c59
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
   310             if ( FeaturesL().FeatureSupported(
   310             if ( FeaturesL().FeatureSupported(
   311                  CESMRFeatureSettings::EESMRUIMnFwIntegration ) )
   311                  CESMRFeatureSettings::EESMRUIMnFwIntegration ) )
   312                 {
   312                 {
   313                 const CESMRRichTextLink* link =
   313                 const CESMRRichTextLink* link =
   314                     iRichTextViewer->GetSelectedLink();
   314                     iRichTextViewer->GetSelectedLink();
   315                 LocationPluginL().ShowOnMapL( *iLocation, link->Value() );
   315                 if ( link )
       
   316                 	{
       
   317                 	LocationPluginL().ShowOnMapL( *iLocation, link->Value() );
       
   318                 	}
   316                 }
   319                 }
   317             break;
   320             break;
   318             }
   321             }
   319         case EAknSoftkeySelect:
   322         case EAknSoftkeySelect:
   320             {
   323             {