Changeset 6215


Ignore:
Timestamp:
2003-12-10T17:06:25+13:00 (20 years ago)
Author:
jmt12
Message:

Given that the source returned from a profile node is no longer the same as what is provided by toString, changed all the calls to toString()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/mem/MetadataEditorManager.java

    r6042 r6215  
    18781878        switch(current_attribute_type) {
    18791879        case MEMNode.COLLECTION:
    1880             current_collection_file = current_node.toString();
     1880            current_collection_file = (String) current_node.getUserObject();
    18811881            atm = current_node.getModel();
    18821882            if(atm == null) {
Note: See TracChangeset for help on using the changeset viewer.