Changeset 7339


Ignore:
Timestamp:
2004-05-17T12:03:51+12:00 (20 years ago)
Author:
kjdon
Message:

when changing the site setting, need to close the collection - now check that there is one open before trying to close it

File:
1 edited

Legend:

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

    r7335 r7339  
    782782        }
    783783
    784         if (Gatherer.GS3 && site_changed) {
     784        if (Gatherer.GS3 && site_changed && Gatherer.c_man.getCollection()!=null) {
    785785        // shut down the collection
    786786        System.err.println("shutting down teh collection");
Note: See TracChangeset for help on using the changeset viewer.