phonebookengines/cntactions/src/cntmessageaction.cpp
changeset 72 6abfb1094884
parent 66 554fe4dbbb59
--- a/phonebookengines/cntactions/src/cntmessageaction.cpp	Thu Sep 09 16:37:32 2010 +0300
+++ b/phonebookengines/cntactions/src/cntmessageaction.cpp	Tue Sep 21 17:07:25 2010 +0300
@@ -92,6 +92,7 @@
             data.append(QString()); //body text
             
             m_request->setArguments(data);
+            m_request->setSynchronous(true);
             m_request->send(retValue);
             emitResult(m_request->lastError(), retValue);
         }
@@ -114,6 +115,7 @@
         data << phoneNumber.number() << m_contact.localId() << m_contact.displayLabel();
         
         m_request->setArguments(data);
+        m_request->setSynchronous(true);
         m_request->send(retValue);
         emitResult(m_request->lastError(), retValue);
     }