phonebookui/Phonebook2/NamesListExtension/src/NamesListUiExtensionPlugin.cpp
branchRCL_3
changeset 6 e8e3147d53eb
parent 5 81f8547efd4f
child 11 2828b4d142c0
--- a/phonebookui/Phonebook2/NamesListExtension/src/NamesListUiExtensionPlugin.cpp	Fri Mar 12 15:41:25 2010 +0200
+++ b/phonebookui/Phonebook2/NamesListExtension/src/NamesListUiExtensionPlugin.cpp	Mon Mar 15 12:39:26 2010 +0200
@@ -587,8 +587,9 @@
         case EPbk2CmdOpenMyCard:    // fallthrough
         case EPbk2CmdSelectMyCard:
 			{
-            result = CPbk2OpenMyCardCmd::NewL( 
+			result = CPbk2OpenMyCardCmd::NewL( 
                 const_cast<MCCAConnection*&>( iCCAConnection ),
+                iNamesListExViewRef ? iNamesListExViewRef->MyCard() : NULL,
                 &aUiControl );
 			break;
 			}