Changeset 8156 for trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs
- Timestamp:
- 06/28/12 18:49:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs
r8145 r8156 69 69 imageList.Images.Add(HeuristicLab.Common.Resources.VSImageLibrary.MonitorLarge); 70 70 imageList.Images.Add(HeuristicLab.Common.Resources.VSImageLibrary.NetworkCenterLarge); 71 progressView = new ProgressView(this);72 71 } 73 72 … … 78 77 currentProgress = new Progress(); 79 78 currentProgress.Status = "Downloading resources. Please be patient."; 79 if (progressView == null) { 80 progressView = new ProgressView(this); 81 } 80 82 progressView.Progress = currentProgress; 81 83 }
Note: See TracChangeset
for help on using the changeset viewer.