Changeset 13579


Ignore:
Timestamp:
2007-01-12T11:32:51+13:00 (17 years ago)
Author:
mdewsnip
Message:

The "busy" cursor is now displayed right up until exploding a metadata database is finished and the new metadata is loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/ExplodeMetadataDatabasePrompt.java

    r13465 r13579  
    340340    {
    341341        int exit_value = explodeMetadata();
    342         Gatherer.g_man.wait(false);
    343342        if (exit_value == 0) { // success
    344343        // Clear out the old directory containing the metadata file and download the new directory
     
    356355        }
    357356        error_message = null;
     357        Gatherer.g_man.wait(false);
    358358    }
    359359    }   
Note: See TracChangeset for help on using the changeset viewer.