--- 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&)));