diff -r 19394c261aa5 -r e79ce701c376 controlpanelui/src/inc/cpringtoneview.h --- a/controlpanelui/src/inc/cpringtoneview.h Tue Jul 06 14:17:10 2010 +0300 +++ b/controlpanelui/src/inc/cpringtoneview.h Wed Aug 18 09:49:35 2010 +0300 @@ -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 ); };