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

Tidied up all the CollectionManager functions for getting loaded collection paths, and made them static, as part of making CollectionManager fully static.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r13583 r13591  
    458458    // If we have a collection open remember it for next time, then save it and close it
    459459    if (Gatherer.c_man.ready()) {
    460         Configuration.setString("general.open_collection", true, Gatherer.c_man.getCollectionFilePath());
     460        Configuration.setString("general.open_collection", true, CollectionManager.getLoadedCollectionColFilePath());
    461461        saveThenCloseCurrentCollection();
    462462    }
Note: See TracChangeset for help on using the changeset viewer.