diff -r 8466d47a6819 -r 12c456ceeff2 meetingrequest/mrgui/src/cesmrlocationpluginhandler.cpp --- 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; }