Ignore:
Timestamp:
2007-01-12T14:05:00+13:00 (17 years ago)
Author:
mdewsnip
Message:

Added a static getLoadedCollectionName() function into CollectionManager, as part of making CollectionManager fully static.

File:
1 edited

Legend:

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

    r12809 r13586  
    3636import org.greenstone.gatherer.Gatherer;
    3737import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
     38import org.greenstone.gatherer.collection.CollectionManager;
    3839import org.greenstone.gatherer.util.CheckList;
    3940import org.greenstone.gatherer.util.CheckListEntry;
     
    207208    {
    208209        collection_checklist_model = new ArrayList();
    209         current_coll_name = Gatherer.c_man.getCollection().getName();
     210        current_coll_name = CollectionManager.getLoadedCollectionName();
    210211
    211212        File collect_directory = new File(Gatherer.getCollectDirectoryPath());
Note: See TracChangeset for help on using the changeset viewer.