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/file/WorkspaceTree.java

    r11622 r13591  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
     38import org.greenstone.gatherer.collection.CollectionManager;
    3839import org.greenstone.gatherer.gui.CreateShortcutPrompt;
    3940import org.greenstone.gatherer.gui.tree.DragTree;
     
    120121    if (refresh_reason == DragTree.COLLECTION_CONTENTS_CHANGED) {
    121122        DebugStream.println("...Reason: collection contents changed.");
    122         String collection_import_directory_path = Gatherer.c_man.getCollectionImportDirectoryPath();
     123        String collection_import_directory_path = CollectionManager.getLoadedCollectionImportDirectoryPath();
    123124        refreshEveryNodeShowingFolder(collection_import_directory_path);
    124125    }
Note: See TracChangeset for help on using the changeset viewer.