meetingrequest/mrgui/src/cesmrlocationpluginhandler.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 12 4ce476e64c59
--- a/meetingrequest/mrgui/src/cesmrlocationpluginhandler.cpp	Thu Dec 17 08:39:21 2009 +0200
+++ b/meetingrequest/mrgui/src/cesmrlocationpluginhandler.cpp	Thu Jan 07 12:38:38 2010 +0200
@@ -175,9 +175,10 @@
 		    TPtrC locationUrl;
 		    TInt position = iUrlParser->FindLocationUrl( description,
 		                                                 locationUrl );
+		    const TDesC& location = aEntry.Entry().LocationL();
 		    if ( position >= 0 )
 		        {
-		        LocationPluginL().ShowOnMapL( locationUrl );
+		        LocationPluginL().ShowOnMapL( location, locationUrl );
 		        }
 		    break;
 		    }