Ignore:
Timestamp:
2003-05-27T17:08:59+12:00 (21 years ago)
Author:
jmt12
Message:

Modified so that an open collection isn't closed if a user selects File->Open then decides to cancel - John

File:
1 edited

Legend:

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

    r4368 r4371  
    162162    }
    163163    /** Used to determine whether the currently active collection has been built.
    164       * @return A boolean indicating the built status of the collection.
    165       */
     164     * @return A boolean indicating the built status of the collection.
     165     */
    166166    public boolean built() {
    167167    if(collection != null) {
     
    171171    }
    172172    /** Called to close the current collection and remove its lock file.
    173       * @see org.greenstone.gatherer.Gatherer
    174       * @see org.greenstone.gatherer.collection.Collection
    175       * @see org.greenstone.gatherer.util.Utility
    176       */
     173     * @see org.greenstone.gatherer.Gatherer
     174     * @see org.greenstone.gatherer.collection.Collection
     175     * @see org.greenstone.gatherer.util.Utility
     176     */
    177177    public void closeCollection() {
    178178    // Remove the lock on this file, then remove the collection.
Note: See TracChangeset for help on using the changeset viewer.