diff -r a0afa279b8fe -r eb79a7c355bf mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp --- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Fri May 28 19:46:01 2010 -0500 +++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Fri Jun 11 19:36:32 2010 -0500 @@ -424,7 +424,6 @@ case EMcRefreshEnded: { MPX_DEBUG1("CMPXDbPlugin::CommandL - EMcRefreshEnded"); - iDbHandler->CheckDiskSpaceOnDrivesL(); // ask the handler to finalize the transaction iDbHandler->RefreshEndL(); iRefreshing=EFalse; @@ -456,7 +455,6 @@ iDbHandler->MtpStartL(); break; case EMcCmdMtpEnd: - iDbHandler->CheckDiskSpaceOnDrivesL(); iMtpInUse = EFalse; iDbHandler->MtpEndL(); break;