diff -r 81da3301b632 -r f85613f12947 mtpfws/mtpfw/src/cmtpframeworkconfig.cpp --- a/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Wed Jun 09 10:36:33 2010 +0300 +++ b/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Mon Jun 21 16:36:59 2010 +0300 @@ -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 )); }