Changeset 2138 for trunk/eraser
- Timestamp:
- 5/15/2010 11:10:46 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/SchedulerPanel.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/SchedulerPanel.cs
r2137 r2138 553 553 task.Targets.Add(new RecycleBinErasureTarget()); 554 554 555 //If the task has no targets, we should not go on. 556 if (task.Targets.Count == 0) 557 return; 558 555 559 //Add the task, asking the user for his intent. 556 560 DialogResult action = DialogResult.No;
Note: See TracChangeset
for help on using the changeset viewer.
