diff -r 85e0c0339cc3 -r 883e91c086aa mtpfws/mtpfw/src/cmtpframeworkconfig.cpp --- a/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Fri Jun 11 14:27:06 2010 +0300 +++ b/mtpfws/mtpfw/src/cmtpframeworkconfig.cpp Tue Jul 06 15:13:34 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 )); }