diff -r fcdfafb36fe7 -r aecbbf00d063 commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp --- a/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp Thu Aug 19 10:11:06 2010 +0300 +++ b/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp Tue Aug 31 15:28:30 2010 +0300 @@ -22,7 +22,7 @@ #include #include //PathInfo #include -#include + #include "CAknMemorySelectionEventHandler.h" #include "CAknMemorySelectionDialog.h" @@ -323,8 +323,8 @@ void CActiveRemotePropertySubscriber::ConstructL() { CActiveScheduler::Add(this); - User::LeaveIfError( - iProperty.Attach( KRfeServerSecureUid, ERsfwPSKeyConnect ) ); + //User::LeaveIfError( + // iProperty.Attach( KRfeServerSecureUid, ERsfwPSKeyConnect ) ); } // ---------------------------------------------------------------------------