Ignore:
Timestamp:
2006-04-26T13:12:27+12:00 (18 years ago)
Author:
kjdon
Message:

Michael's changes regarding deleting files form downloaded files, added to the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsdl-2_70-distribution-branch/gli/src/org/greenstone/gatherer/file/FileManager.java

    r11440 r11700  
    111111        // Is this the "Downloaded Files" folder?
    112112        if (source_nodes[i].getFile().getAbsolutePath().startsWith(downloaded_files_folder_path)) {
    113             // Can only delete from the "Downloaded Files" folder if a collection is open
    114             if (Gatherer.c_man.ready() == false) {
    115             return;
    116             }
    117113            read_only_source = false;
    118114        }
Note: See TracChangeset for help on using the changeset viewer.