diff -r d0791faffa3f -r aabe5387f5ce mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp --- a/mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp Tue Feb 02 01:11:40 2010 +0200 +++ b/mtpfws/mtpfw/daemon/server/src/cmtpshutdown.cpp Fri Mar 19 09:40:39 2010 +0200 @@ -54,7 +54,7 @@ void CMTPShutdown::RunL() { - if ( iSingletons.DpController().EnumerateState() != CMTPDataProviderController::EEnumerated ) + if ( iSingletons.DpController().EnumerateState() != CMTPDataProviderController::EEnumeratedFulllyCompleted ) { Start(); }