Ignore:
Timestamp:
2006-01-19T10:37:45+13:00 (18 years ago)
Author:
mdewsnip
Message:

Fixed a problem with the CreatePane being blank with Java 1.5.0 and the GTK look and feel.

File:
1 edited

Legend:

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

    r9152 r11060  
    390390    /** Update the values stored in the collection so as to remember the current state of this argument. */
    391391    public void update() {
    392         String name = getName();
     392        String name = getArgumentName();
    393393        boolean enable = isEnabled();
    394394        String value = getValue();
Note: See TracChangeset for help on using the changeset viewer.