Changeset 4490


Ignore:
Timestamp:
2003-06-05T13:55:30+12:00 (21 years ago)
Author:
kjdon
Message:

fixed a bug - you cant set something to null and then expect to be able to call getText() on it cvs diff msm/MSMPrompt.java

File:
1 edited

Legend:

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

    r4489 r4490  
    494494    on_screen = null;         
    495495
     496    String result = new_name.getText();
    496497    button_pane = null;
    497498    control_pane = null;   
     
    512513    action = Declarations.NO_ACTION;
    513514    dialog = null;
    514     return new_name.getText();
     515    return result;
    515516    }
    516517
Note: See TracChangeset for help on using the changeset viewer.