contentstorage/cahandler/tapp/src/catapphandler.cpp
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 96 5d243a69bdda
--- a/contentstorage/cahandler/tapp/src/catapphandler.cpp	Fri Apr 16 14:45:49 2010 +0300
+++ b/contentstorage/cahandler/tapp/src/catapphandler.cpp	Fri Apr 30 15:22:08 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) {