Changeset 14321 for gli


Ignore:
Timestamp:
2007-08-06T15:04:40+12:00 (17 years ago)
Author:
qq6
Message:

updated NewCollectionDetailsPrompt.java

File:
1 edited

Legend:

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

    r14045 r14321  
    101101    Vector base_collection_model = new Vector();
    102102    // need to modify this to base a coll on any collection from any site
    103     if (Gatherer.GS3) {
     103    if (Gatherer.GS3 && !Gatherer.isGsdlRemote) {
    104104        File sites_dir = new File(Gatherer.getSitesDirectoryPath());
    105105        File [] sites = sites_dir.listFiles();
Note: See TracChangeset for help on using the changeset viewer.