mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
changeset 33 883e91c086aa
parent 0 d0791faffa3f
child 40 453dfc402455
child 47 63cf70d3ecd8
--- 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 ));
     }