harvester/common/src/harvesterplugin.cpp
branchRCL_3
changeset 15 3cebc1a84278
parent 8 6752808b2036
child 22 ab88d4a85041
--- 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()
     {
-    
     }
 
 // ---------------------------------------------------------------------------