Index: trunk/eraser/Eraser.Manager/Task.cs
===================================================================
--- trunk/eraser/Eraser.Manager/Task.cs	(revision 2516)
+++ trunk/eraser/Eraser.Manager/Task.cs	(revision 2543)
@@ -295,9 +295,4 @@
 				}
 
-				//If the task is an execute on restart task or run immediately task, it is
-				//only run once and can now be restored to a manually run task
-				if (Schedule == Schedule.RunOnRestart || Schedule == Schedule.RunNow)
-					Schedule = Schedule.RunManually;
-
 				Progress = null;
 				Executing = false;
