Ignore:
Timestamp:
2006-09-21T15:24:25+12:00 (18 years ago)
Author:
mdewsnip
Message:

Removed CollectionManager.configurationChanged() and all 50 calls to it. The CollectionConfiguration class now works out itself whether it needs to be changed or not -- a far more reliable approach.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r12121 r12808  
    7575    if(!contains(supercollection)) {
    7676        add(getSize(), supercollection);
    77         Gatherer.c_man.configurationChanged();
    78     }
    79    
     77    }
    8078    }
    8179
     
    113111    if(contains(supercollection)) {
    114112        remove(supercollection);
    115         Gatherer.c_man.configurationChanged();
    116113    }
    117114    }
Note: See TracChangeset for help on using the changeset viewer.