Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/12 12:46:54 (12 years ago)
Author:
ascheibe
Message:

#1859 some improvements for the resource permission management ui

File:
1 edited

Legend:

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

    r8051 r8075  
    230230    }
    231231
    232     public virtual void SetEnabledStateOfControls(bool state) {
     232    public virtual void SetEnabledStateOfSchedule(bool state) {
    233233      if (InvokeRequired) {
    234         Invoke(new Action(() => SetEnabledStateOfControls(state)));
     234        Invoke(new Action(() => SetEnabledStateOfSchedule(state)));
    235235      } else {
    236236        if (Content == null) state = false;
Note: See TracChangeset for help on using the changeset viewer.