meetingrequest/mrgui/src/cesmrlocationpluginhandler.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
   173 		    {
   173 		    {
   174 		    const TDesC& description = aEntry.Entry().DescriptionL();
   174 		    const TDesC& description = aEntry.Entry().DescriptionL();
   175 		    TPtrC locationUrl;
   175 		    TPtrC locationUrl;
   176 		    TInt position = iUrlParser->FindLocationUrl( description,
   176 		    TInt position = iUrlParser->FindLocationUrl( description,
   177 		                                                 locationUrl );
   177 		                                                 locationUrl );
       
   178 		    const TDesC& location = aEntry.Entry().LocationL();
   178 		    if ( position >= 0 )
   179 		    if ( position >= 0 )
   179 		        {
   180 		        {
   180 		        LocationPluginL().ShowOnMapL( locationUrl );
   181 		        LocationPluginL().ShowOnMapL( location, locationUrl );
   181 		        }
   182 		        }
   182 		    break;
   183 		    break;
   183 		    }
   184 		    }
   184 		case EESMRCmdLandmarks:
   185 		case EESMRCmdLandmarks:
   185 		    {
   186 		    {