Changeset 10610
- Timestamp:
- 2005-09-21T14:29:26+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gli/src/org/greenstone/gatherer/cdm/GeneralManager.java
r10556 r10610 373 373 small_icon_textfield.setText(icon_collection_small_collectionmeta.getValue(CollectionMeta.TEXT)); 374 374 small_icon_textfield.setCaretPosition(0); 375 // I forgot to keep the checkboxes up to date. Why hasn't this caused problems before today?376 375 public_checkbox.setSelected(public_collectionmeta.getValue(CollectionMeta.TEXT).equals(CollectionConfiguration.TRUE_STR)); 377 376 ready = true; … … 412 411 /** Called to store the current value of the components. */ 413 412 public void loseFocus() { 414 415 413 // String values. Have to test if this component has actually ever recieved focus anyway. 416 414 if(ready) {
Note:
See TracChangeset
for help on using the changeset viewer.