Ignore:
Timestamp:
2007-01-26T12:30:33+13:00 (17 years ago)
Author:
shaoqun
Message:

added code to pass the skimfile switch to MetadataXMLFileManager

File:
1 edited

Legend:

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

    r13748 r13820  
    4646import org.greenstone.gatherer.collection.CollectionManager;
    4747import org.greenstone.gatherer.collection.ScriptOptions;
     48import org.greenstone.gatherer.collection.Collection;
    4849import org.greenstone.gatherer.greenstone.LocalGreenstone;
    4950import org.greenstone.gatherer.gui.tree.DragTree;
     
    348349
    349350        // Load the new metadata.xml files
    350         MetadataXMLFileManager.loadMetadataXMLFiles(metadata_file.getParentFile());
     351                Collection collection = Gatherer.c_man.getCollection();
     352                MetadataXMLFileManager.loadMetadataXMLFiles(metadata_file.getParentFile(),collection.toSkimFile());
    351353        Gatherer.g_man.refreshCollectionTree(DragTree.COLLECTION_CONTENTS_CHANGED);
    352354        resultPrompt(true, error_message.toString());
Note: See TracChangeset for help on using the changeset viewer.