diff -r 646a02f170b9 -r 3cebc1a84278 harvester/common/src/harvesterplugin.cpp --- a/harvester/common/src/harvesterplugin.cpp Fri Mar 12 15:44:28 2010 +0200 +++ b/harvester/common/src/harvesterplugin.cpp Mon Mar 15 12:42:24 2010 +0200 @@ -167,7 +167,7 @@ else if( iFastModeEnabled ) { iFastModeEnabled = EFalse; - SetPriority( KHarvesterPriorityHarvestingPlugin + 1 ); + SetPriority( KHarvesterPriorityHarvestingPlugin ); } if( iBlacklist ) @@ -220,7 +220,6 @@ // EXPORT_C void CHarvesterPlugin::DoCancel() { - } // ---------------------------------------------------------------------------