contentstorage/cahandler/tapp/src/catapphandler.cpp
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 83 156f692b1687
--- a/contentstorage/cahandler/tapp/src/catapphandler.cpp	Mon May 03 12:48:45 2010 +0300
+++ b/contentstorage/cahandler/tapp/src/catapphandler.cpp	Fri May 14 16:10:06 2010 +0300
@@ -70,7 +70,7 @@
 
         // e.g. QUrl url ("application://101F7AE7?");
         QUrl url(QString::fromUtf16(attribute.Ptr(), attribute.Length()));
-        QScopedPointer<XQAiwRequest> request(mAiwMgr->create(url, true));
+        QScopedPointer<XQAiwRequest> request(mAiwMgr->create(url, false));
         if (!request.isNull()) {
             bool res = request->send();
             if (!res) {