Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/13 23:08:47 (11 years ago)
Author:
ascheibe
Message:

#1042

  • applied mkommends progress view patch
  • adapted Hive views accordingly
  • made some minor improvements (more to come...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs

    r9456 r9893  
    178178    #region Constructors and Cloning
    179179    public RefreshableJob() {
     180      this.progress = new Progress();
    180181      this.refreshAutomatically = false;
    181182      this.Job = new Job();
     
    186187    }
    187188    public RefreshableJob(Job hiveJob) {
     189      this.progress = new Progress();
    188190      this.refreshAutomatically = true;
    189191      this.Job = hiveJob;
Note: See TracChangeset for help on using the changeset viewer.