Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 18:21:03 (12 years ago)
Author:
ascheibe
Message:

#1854 fixed compatibility issue with 3.3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.cs

    r7857 r7862  
    6969          txtName.Text = ct.Name;
    7070          txtHbIntervall.Text = ct.HbInterval.ToString();
    71           cbxDisposable.Checked = ct.IsDisposable;
     71          cbxDisposable.Checked = ct.IsDisposable.GetValueOrDefault();
    7272          txtCPU.Text = string.Format("{0} Cores @ {1} Mhz, Arch.: {2}", ct.Cores.ToString(), ct.CpuSpeed.ToString(), ct.CpuArchitecture.ToString());
    7373          txtDetailsDescription.Text = ct.Description;
Note: See TracChangeset for help on using the changeset viewer.