Ignore:
Timestamp:
2005-08-25T13:39:56+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added a openCollectionFromLastTime function to CollectionManager to reduce duplicated code.

File:
1 edited

Legend:

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

    r10372 r10564  
    8181
    8282    // If there was an open collection last session, reopen it
    83     if (Gatherer.open_collection_file_path != null) {
    84         Gatherer.c_man.loadCollection(Gatherer.open_collection_file_path);
    85     }
     83    Gatherer.c_man.openCollectionFromLastTime();
    8684    }
    8785}
Note: See TracChangeset for help on using the changeset viewer.