Changeset 12650


Ignore:
Timestamp:
2006-09-01T14:24:27+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now resets the progress bar when the queue is empty, rather than after each job. It is rare that multiple jobs will be on the queue at once, however.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java

    r11935 r12650  
    243243            // We're done with this action, for better or worse
    244244            remote_greenstone_server_action.processed = true;
    245             progress_bar.setAction(null);
    246245            queue.remove(0);
    247246        }
     
    249248        // Otherwise the queue is empty
    250249        else {
     250            progress_bar.setAction(null);
     251
    251252            // Wait until we are notify()ed by addAction that there is a new job on the queue
    252253            synchronized (this) {
Note: See TracChangeset for help on using the changeset viewer.