Changeset 10610


Ignore:
Timestamp:
2005-09-21T14:29:26+12:00 (19 years ago)
Author:
kjdon
Message:

removed a comment

File:
1 edited

Legend:

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

    r10556 r10610  
    373373        small_icon_textfield.setText(icon_collection_small_collectionmeta.getValue(CollectionMeta.TEXT));
    374374        small_icon_textfield.setCaretPosition(0);
    375         // I forgot to keep the checkboxes up to date. Why hasn't this caused problems before today?
    376375        public_checkbox.setSelected(public_collectionmeta.getValue(CollectionMeta.TEXT).equals(CollectionConfiguration.TRUE_STR));
    377376        ready = true;
     
    412411    /** Called to store the current value of the components. */
    413412    public void loseFocus() {
    414        
    415413        // String values. Have to test if this component has actually ever recieved focus anyway.
    416414        if(ready) {
Note: See TracChangeset for help on using the changeset viewer.