diff -r 6e82ae192c3a -r 3ae5cb0b4c02 mtpfws/mtpfw/src/cmtpframeworkconfig.cpp --- a/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Mon May 03 13:19:02 2010 +0300 +++ b/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Fri Jun 25 16:54:01 2010 +0800 @@ -180,7 +180,7 @@ } //Save the AbnormalDown state to ETrue - User::LeaveIfError(iRepository->Set(EAbnormalDown, KStartupInitValue )); - + //if connect the phone to PC while backup, this will leave. + TRAP_IGNORE(iRepository->Set(EAbnormalDown, KStartupInitValue )); }