phonebookengines/cntactions/src/cntmessageaction.cpp
changeset 66 554fe4dbbb59
parent 53 e6aff7b69165
child 72 6abfb1094884
--- a/phonebookengines/cntactions/src/cntmessageaction.cpp	Mon Aug 23 16:06:28 2010 +0300
+++ b/phonebookengines/cntactions/src/cntmessageaction.cpp	Fri Sep 03 14:32:33 2010 +0300
@@ -76,7 +76,7 @@
     if (QContactType::TypeGroup == m_contact.type()) {
         QString interface("com.nokia.symbian.IMessageSend");
         QString operation("send(QVariantMap,QString)");
-        m_request = m_AppManager.create(interface, operation, false); // not embedded
+        m_request = m_AppManager.create(interface, operation, true); // embedded
         if (m_request==NULL) {
             emitResult(GeneralError, retValue);
             return;
@@ -104,7 +104,7 @@
     else if (m_detail.definitionName() == QContactPhoneNumber::DefinitionName) {
         QString interface("com.nokia.symbian.IMessageSend");
         QString operation("send(QString,qint32,QString)");
-        m_request = m_AppManager.create(interface, operation, false); // not embedded
+        m_request = m_AppManager.create(interface, operation, true); // embedded
         if (m_request==NULL) {
             emitResult(GeneralError, retValue);
             return;