Changeset 7600


Ignore:
Timestamp:
2004-06-17T10:35:41+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed a couple of references to the now defunct preview pane.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
2 edited

Legend:

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

    r7271 r7600  
    212212      boolean collection_released = false;
    213213      if(format_manager.formatsChanged() && Gatherer.c_man.built() && Gatherer.config.exec_file != null) {
    214      // Release the collection
    215       //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + Gatherer.c_man.getCollection().getName());
     214      // Release the collection
    216215      Gatherer.self.configServer(GSDLSiteConfig.RELEASE_COMMAND + Gatherer.c_man.getCollection().getName());
    217216     collection_released = true;
     
    224223      ///ystem.err.println("Would have added collection if it had been released.");
    225224      if(collection_released) {
    226      // Then re-add it to force format commands to be processed
    227       //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.ADD_COMMAND + Gatherer.c_man.getCollection().getName());
     225      // Then re-add it to force format commands to be processed
    228226      Gatherer.self.configServer(GSDLSiteConfig.ADD_COMMAND + Gatherer.c_man.getCollection().getName());
    229227     // Unset formats changed
  • trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java

    r7484 r7600  
    310310        if(Gatherer.config.exec_file != null) {
    311311        ///ystem.err.println("Local Library Found!");
    312         //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
    313312        Gatherer.self.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getShortName());
    314313        }
Note: See TracChangeset for help on using the changeset viewer.