Changeset 34233


Ignore:
Timestamp:
2020-07-01T01:19:01+12:00 (4 years ago)
Author:
ak19
Message:

Minor change: putting back commented out lines of code to how they used to be. Changes were due to remnants of initial attempt to fix the bug of the previous commit.

File:
1 edited

Legend:

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

    r34232 r34233  
    139139        if (gems == null){
    140140       
    141         //gems = new GEMS(Configuration.gsdl_path,Configuration.gsdl3_path,"", false, false, site_name); // dangerous: this version of GEMS constructor only for if GEMS not launched through GLI but standalone
     141        //gems = new GEMS(Configuration.gsdl_path,Configuration.gsdl3_path,"", false, false); // dangerous: this version of GEMS constructor only for if GEMS not launched through GLI but standalone
    142142        // refer to comments in GEMS.java for GEMS constructors
    143143        gems = new GEMS("", false); // right way to create GEMS app when launched by GLI
     
    273273            public void actionPerformed(ActionEvent event) {
    274274            if (gems == null) {
    275                 //gems = new GEMS(Configuration.gsdl_path, Configuration.gsdl3_path, "", false, false, site_name); // dangerous: this version of GEMS constructor only for if GEMS not launched through GLI but standalone
     275                //gems = new GEMS(Configuration.gsdl_path, Configuration.gsdl3_path, "", false, false); // dangerous: this version of GEMS constructor only for if GEMS not launched through GLI but standalone
    276276                // refer to comments in GEMS.java for GEMS constructors
    277277                gems = new GEMS("", false); // right way to create GEMS app when launched by GLI
Note: See TracChangeset for help on using the changeset viewer.