Ignore:
Timestamp:
2003-12-08T17:02:31+13:00 (21 years ago)
Author:
jmt12
Message:

Had forgotten to exclude the current collection when searching for title clashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r6152 r6168  
    372372        String title = name_textfield.getText();
    373373        // I just happen to have a handy method in the new details prompt to detect this very thing
    374         if(NewCollectionDetailsPrompt.titleClashes(title)) {
     374        if(NewCollectionDetailsPrompt.titleClashes(title, CollectionDesignManager.collect_config.getFile())) {
    375375            // Determine if the user wants to be warned about this
    376376            WarningDialog dialog = new WarningDialog("warning.TitleClashes", true);
Note: See TracChangeset for help on using the changeset viewer.