diff -r 808caa51b78b -r e0b83131558d controlpanelui/src/inc/cpringtoneview.h --- a/controlpanelui/src/inc/cpringtoneview.h Wed Jul 14 07:09:46 2010 +0800 +++ b/controlpanelui/src/inc/cpringtoneview.h Fri Jul 23 11:04:51 2010 +0800 @@ -44,7 +44,9 @@ HbListWidget* mToneTypeList; XQAiwRequest* mReq; XQApplicationManager mAppMgr; - + //used to mark if there is a request being processed + bool mProcessing; + private: void launchMediaFetcher( const QString &strService, const QString &strItface ); };