diff -r f56ec6ce2732 -r 6f9f6e99a23e mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/csetobjectproplist.cpp --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/csetobjectproplist.cpp Tue May 11 16:40:32 2010 +0300 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/csetobjectproplist.cpp Tue May 25 13:14:13 2010 +0300 @@ -73,7 +73,6 @@ CActiveScheduler::Add( this ); iPropertyList = CMTPTypeObjectPropList::NewL(); - SetPSStatus(); } // ----------------------------------------------------------------------------- @@ -115,6 +114,9 @@ EXPORT_C void CSetObjectPropList::ServiceL() { PRINT( _L( "MM MTP => CSetObjectPropList::ServiceL" ) ); + + MmMtpDpUtility::SetPSStatus(EMtpPSStatusActive); + // Recieve the data from the property list ReceiveDataL( *iPropertyList ); PRINT( _L( "MM MTP <= CSetObjectPropList::ServiceL" ) );