Changeset 6040


Ignore:
Timestamp:
2003-11-28T17:47:44+13:00 (20 years ago)
Author:
jmt12
Message:

When a collection is created the email is now retrieved from the configuration

File:
1 edited

Legend:

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

    r5987 r6040  
    703703        ///ystem.err.println("Running CreationTask...");
    704704        if(ncm_prompt == null) {
    705         Gatherer.c_man.createCollection(ncd_prompt.getDescription(), ncd_prompt.getEmail(), ncd_prompt.getName(), ncd_prompt.getTitle(), ncd_prompt.getBase(), null);
     705        Gatherer.c_man.createCollection(ncd_prompt.getDescription(), Gatherer.config.getEmail(), ncd_prompt.getName(), ncd_prompt.getTitle(), ncd_prompt.getBase(), null);
    706706        }
    707707        else {
    708         Gatherer.c_man.createCollection(ncd_prompt.getDescription(), ncd_prompt.getEmail(), ncd_prompt.getName(), ncd_prompt.getTitle(), null, ncm_prompt.getSets());
     708        Gatherer.c_man.createCollection(ncd_prompt.getDescription(), Gatherer.config.getEmail(), ncd_prompt.getName(), ncd_prompt.getTitle(), null, ncm_prompt.getSets());
    709709        }
    710710        // Now that the collection specific settings are loaded we can set the 'view extracted metadata' property
Note: See TracChangeset for help on using the changeset viewer.