mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
child 18 453dfc402455
--- 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 ));
     }