Changeset 5238


Ignore:
Timestamp:
2003-08-21T11:14:41+12:00 (21 years ago)
Author:
jmt12
Message:

Fix 203B142. Collections that are built outside of GLI will now be recognized as previewable

File:
1 edited

Legend:

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

    r5237 r5238  
    899899                ///ystem.err.println("Installing collection.");
    900900        installCollection();
    901         collection.setBuilt(true);
    902                 // If we have a local library running (that we know about) then we ask it to add our newly create collection
    903                 ///ystem.err.println("Check if we should reset local server.");
     901        // If we have a local library running (that we know about) then we ask it to add our newly create collection
     902        ///ystem.err.println("Check if we should reset local server.");
    904903        if(Gatherer.config.exec_file != null) {
    905904        ///ystem.err.println("Local Library Found!");
    906905        Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.ADD_COMMAND + collection.getName());
    907906        }
    908                 //else {
    909                 ///ystem.err.println("GLI can't recognize a local library.");
    910                 //}
    911                 // Signal collection changed.
     907        //else {
     908        ///ystem.err.println("GLI can't recognize a local library.");
     909        //}
     910        // Signal collection changed.
    912911        workspace_model = null;
    913912        Gatherer.g_man.collectionChanged(ready());
Note: See TracChangeset for help on using the changeset viewer.