Changeset 6314


Ignore:
Timestamp:
2003-12-19T12:12:38+13:00 (20 years ago)
Author:
kjdon
Message:

fixed a new bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileAssociationManager.java

    r6313 r6314  
    213213            document.getDocumentElement().appendChild(entry);
    214214            }
    215             // Replace the text in this node. Remember to replace the dummy filename with %1
    216             MSMUtils.setValue(entry, command.replaceAll(filename, FILENAME_ARG));
     215            // Replace the text in this node. Remember to replace the dummy filename with %1 - I dont think the filename will ever be in the comand now
     216            //MSMUtils.setValue(entry, command.replaceAll(filename, FILENAME_ARG));
     217            MSMUtils.setValue(entry, command);
    217218        }
    218219        }
Note: See TracChangeset for help on using the changeset viewer.