Ignore:
Timestamp:
2006-01-23T13:24:35+13:00 (18 years ago)
Author:
mdewsnip
Message:

Removed the "progress" parameter from copyFile, as part of the FileQueue rewrite.

File:
1 edited

Legend:

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

    r11079 r11080  
    473473            try {
    474474                File collection_image_file = new File(images_folder, file.getName());
    475                 Gatherer.f_man.getQueue().copyFile(file, collection_image_file, false, null);
     475                Gatherer.f_man.getQueue().copyFile(file, collection_image_file, false);
    476476
    477477                // If we're using a remote Greenstone server, upload the image
Note: See TracChangeset for help on using the changeset viewer.