Ignore:
Timestamp:
2003-08-18T14:10:31+12:00 (21 years ago)
Author:
jmt12
Message:

I can't remember what has changed, but I bet it was for the better

File:
1 edited

Legend:

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

    r4932 r5164  
    587587            return true;
    588588        case Argument.METADATUM:
     589            argument.setValue(((ElementWrapper)((JComboBox)value).getSelectedItem()).getName());
     590            // Kinda lucked out here. Its impossible not to choose an entry from these comboboxes as they are restricted.
     591            return true;
    589592        case Argument.HIERARCHY:
    590593            argument.setValue(((JComboBox)value).getSelectedItem().toString());
Note: See TracChangeset for help on using the changeset viewer.