--- a/meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrlocationfield.cpp Mon Jun 21 15:20:54 2010 +0300
+++ b/meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrlocationfield.cpp Thu Jul 15 18:19:25 2010 +0300
@@ -12,7 +12,7 @@
* Contributors:
*
* Description : ESMR location field implementation
- * Version : %version: e002sa32#53.1.2 %
+ * Version : %version: e002sa32#53.1.3 %
*
*/
@@ -410,8 +410,9 @@
if ( aEnabled )
{
iWaypointIcon = CMRImage::NewL(
- NMRBitmapManager::EMRBitmapLocationWaypoint, ETrue );
- iWaypointIcon->SetParent( this );
+ NMRBitmapManager::EMRBitmapLocationWaypoint,
+ this,
+ ETrue );
}
SizeChanged();