Ignore:
Timestamp:
2005-02-15T12:11:37+13:00 (19 years ago)
Author:
mdewsnip
Message:

Added a progress bar for loading collections. This involved changing collection loading to be on a thread, so the progress dialog box is modal to prevent users from messing with anything while the collection is loaded.

File:
1 edited

Legend:

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

    r8629 r9039  
    9595                 go.servlet_path, go.wget_version_str, go.wget_path);
    9696    gatherer.run(size,splash,g_man);
     97
     98    // If there was an open collection last session, reopen it.
     99    if (Gatherer.open_collection_file_path != null) {
     100        Gatherer.c_man.loadCollection(Gatherer.open_collection_file_path);
     101    }
    97102    }
    98103}
Note: See TracChangeset for help on using the changeset viewer.