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