diff -r 8466d47a6819 -r 12c456ceeff2 meetingrequest/mrgui/mrlocationplugin/src/cesmrlocationpluginimpl.cpp --- a/meetingrequest/mrgui/mrlocationplugin/src/cesmrlocationpluginimpl.cpp Thu Dec 17 08:39:21 2009 +0200 +++ b/meetingrequest/mrgui/mrlocationplugin/src/cesmrlocationpluginimpl.cpp Thu Jan 07 12:38:38 2010 +0200 @@ -224,7 +224,7 @@ // From class MESMRLocationPlugin. // --------------------------------------------------------------------------- // -void CESMRLocationPluginImpl::ShowOnMapL( const TDesC& aLocationUrl ) +void CESMRLocationPluginImpl::ShowOnMapL( const TDesC& aLocation, const TDesC& aLocationUrl ) { FUNC_LOG; CreateMapViewL(); @@ -233,6 +233,7 @@ RCPointerArray landmarks; CleanupClosePushL( landmarks ); CPosLandmark* landmark = iUrlParser->CreateLandmarkFromUrlL( aLocationUrl ); + landmark->SetLandmarkNameL(aLocation); CleanupStack::PushL( landmark ); landmarks.AppendL( landmark ); CleanupStack::Pop( landmark );