meetingrequest/mrgui/mrlocationplugin/src/cesmrlocationpluginimpl.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 12 4ce476e64c59
--- 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<CPosLandmark> landmarks;
     CleanupClosePushL( landmarks );
     CPosLandmark* landmark = iUrlParser->CreateLandmarkFromUrlL( aLocationUrl );
+    landmark->SetLandmarkNameL(aLocation);    
     CleanupStack::PushL( landmark ); 
     landmarks.AppendL( landmark );
     CleanupStack::Pop( landmark );