Changeset 4615 for trunk/gli


Ignore:
Timestamp:
2003-06-12T17:18:15+12:00 (21 years ago)
Author:
jmt12
Message:

2030132: Removed the pointless 'directory will be overwritten. [OK]' dialog.

File:
1 edited

Legend:

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

    r4469 r4615  
    366366                }
    367367                // Else inform the users that a directory already exists and files will be copied into it
    368                 else {
    369                     JOptionPane.showMessageDialog(null, get("Directory_Exists", target_file.toString()), get("General.Warning"), JOptionPane.WARNING_MESSAGE);
    370                 }
     368                //else {
     369                //    JOptionPane.showMessageDialog(null, get("Directory_Exists", target_file.toString()), get("General.Warning"), JOptionPane.WARNING_MESSAGE);
     370                //}
    371371                // Queue non-filtered child files for copying. If this directory already existed, the child records will have to generate the undo jobs, as we don't want to entirely delete this directory if it already existed.
    372372                FileNode child_record = null;
Note: See TracChangeset for help on using the changeset viewer.