messagingapp/msgui/msguiutils/src/msgcontactsutil.cpp
changeset 62 fdbe8253b596
parent 37 518b245aa84c
child 73 ecf6a73a9186
--- a/messagingapp/msgui/msguiutils/src/msgcontactsutil.cpp	Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgui/msguiutils/src/msgcontactsutil.cpp	Tue Sep 07 13:28:39 2010 +0530
@@ -56,9 +56,9 @@
     //TODO: remove copyVcsFile after capabilities fix from Contacts
     QString newfilepath = copyVCardToTemp(filepath);
 
-    QString service("com.nokia.services.phonebookservices");
-    QString interface("Fetch");
-    QString operation("editCreateNew(QString)");
+    QString service("phonebookservices");
+    QString interface("com.nokia.symbian.IContactsEdit");
+    QString operation("editCreateNewFromVCard(QString)");
     XQApplicationManager appManager;
     XQAiwRequest* request = appManager.create(service, interface, operation, true); //embedded
     if(request)