Ignore:
Timestamp:
2004-01-16T16:04:59+13:00 (20 years ago)
Author:
jmt12
Message:

Heres a bunch of other changed files. If it wasn't a Friday afternoon I might be bothered finding out what I actually changed in them. Such changes include: a new option or three on preferences, a bug fix for the GDM classes, several changes to CDM to allow for G2.39 configuration files, a fix to Codec to allow for quotes in format strings and more work on CommandTokenizer to allow for stupid, stupid, stupid collectionextra's starting with speech marks then a new line. Plus other stuff. And things. Peace Out.

File:
1 edited

Legend:

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

    r6329 r6539  
    645645            completed_folder_mappings.clear();
    646646            recycle_folder_mappings.clear();
     647           
     648            // Reset whether we complain about no sets.
     649            if(Gatherer.f_man != null) {
     650                Gatherer.f_man.complain_if_no_sets = true;
     651            }
     652
    647653            // Now wait if applicable.
    648654            if(return_immediately) {
Note: See TracChangeset for help on using the changeset viewer.