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/collection/CollectionManager.java

    r12806 r12808  
    251251    }
    252252
    253  
    254  /** Method that is called whenever something has changed in the configuration of this collection. */
    255     public void configurationChanged() {
    256     if(collection != null) {
    257         collection.setSaved(false);
    258         collection.cdm.update_collect_cfg_required = true;
    259     }
    260     }
    261 
    262    
     253
    263254    public void convertToGS3Collection() {
    264255    // Generate the convert_coll_from_gs2.pl command
Note: See TracChangeset for help on using the changeset viewer.