mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp
branchCompilerCompatibility
changeset 10 5851d9e42c5b
parent 6 f8e15b44d440
--- a/mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp	Mon Mar 08 21:44:10 2010 +0000
+++ b/mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp	Sun Mar 14 13:12:01 2010 +0000
@@ -54,7 +54,7 @@
     
 void CMTPShutdown::RunL()
     {
-    if ( iSingletons.DpController().EnumerateState() != CMTPDataProviderController::EEnumerated )
+    if ( iSingletons.DpController().EnumerateState() != CMTPDataProviderController::EEnumeratedFulllyCompleted )
         {
         Start();
         }