diff -r c163ef0b758d -r ea59c434026a mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp --- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Fri Jun 11 13:36:36 2010 +0300 +++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Wed Jun 23 18:10:13 2010 +0300 @@ -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;