homescreenapp/hsutils/src/hsimagefetcherclient.cpp
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 60 30f14686fb04
--- a/homescreenapp/hsutils/src/hsimagefetcherclient.cpp	Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/hsutils/src/hsimagefetcherclient.cpp	Thu May 27 12:46:08 2010 +0300
@@ -76,6 +76,10 @@
 
     mReq = mAppMgr.create(gFetcherInterface, gFetcherOperation, false);
     if (mReq) {
+        QList<QVariant> args;
+        args << QVariantMap();
+        args << QVariant();
+        mReq->setArguments(args);
         // Connect signals once
         connect(mReq, SIGNAL(requestOk(const QVariant&)), this, SLOT(handleOk(const QVariant&)));
         connect(mReq, SIGNAL(requestError(int,const QString&)), this, SLOT(handleError(int,const QString&)));