Changeset 4509


Ignore:
Timestamp:
2003-06-09T10:44:41+12:00 (21 years ago)
Author:
kjdon
Message:

fixed another bug where John had set somethign to null and then tried to get some information out of it :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMPrompt.java

    r4508 r4509  
    588588    on_screen.dispose();
    589589    on_screen = null;   
     590
     591    // get the result
     592    Element result = ((ElementWrapper)list.getSelectedValue()).getElement();
    590593    // Deallocate stuff since JDK1.4 won't.
    591594    ok.removeActionListener(this);
     
    604607        return null;
    605608    }
    606     return ((ElementWrapper)list.getSelectedValue()).getElement();
     609    return result;
    607610    }
    608611
Note: See TracChangeset for help on using the changeset viewer.